Class AbstractRestrictionImpl<E,En extends AbsItfEnumeration>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractRestrictionImpl<E,En>
-
- All Implemented Interfaces:
Serializable,AbsItfRestriction<En>,SchemaElement
- Direct Known Subclasses:
RestrictionImpl
public abstract class AbstractRestrictionImpl<E,En extends AbsItfEnumeration> extends AbstractSchemaElementImpl<E> implements AbsItfRestriction<En>
- Author:
- Nicolas Boissel-Dallier - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<En>enums-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description AbstractRestrictionImpl(E model, AbstractSchemaElementImpl parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEnumeration(En enumeration)List<En>getEnumerations()-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ow2.easywsdl.schema.api.absItf.AbsItfRestriction
createEnumeration, getBase, setBase
-
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
-
-
-
-
Field Detail
-
enums
protected List<En extends AbsItfEnumeration> enums
-
-
Constructor Detail
-
AbstractRestrictionImpl
public AbstractRestrictionImpl(E model, AbstractSchemaElementImpl parent)
-
-
Method Detail
-
getEnumerations
public List<En> getEnumerations()
- Specified by:
getEnumerationsin interfaceAbsItfRestriction<E>
-
addEnumeration
public void addEnumeration(En enumeration)
- Specified by:
addEnumerationin interfaceAbsItfRestriction<E>
-
-