Class DecoratorGroupImpl<E extends AbsItfElement,G extends AbsItfGroup<E>>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
-
- org.ow2.easywsdl.schema.decorator.Decorator<G>
-
- org.ow2.easywsdl.schema.decorator.DecoratorGroupImpl<E,G>
-
- All Implemented Interfaces:
Serializable,SchemaElement
- Direct Known Subclasses:
DecoratorAllImpl,DecoratorChoiceImpl,DecoratorSequenceImpl
public abstract class DecoratorGroupImpl<E extends AbsItfElement,G extends AbsItfGroup<E>> extends Decorator<G>
- Author:
- Nicolas Salatge - EBM WebSourcing
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.ow2.easywsdl.schema.decorator.Decorator
internalObject
-
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
-
-
Constructor Summary
Constructors Constructor Description DecoratorGroupImpl(AbsItfGroup<E> group, Class<? extends E> eImpl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddElement(E elmt)EcreateElement()List<E>getElements()-
Methods inherited from class org.ow2.easywsdl.schema.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getParent, hashCode, setDocumentation
-
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getSchema, getTopParent, setParent
-
-
-
-
Constructor Detail
-
DecoratorGroupImpl
public DecoratorGroupImpl(AbsItfGroup<E> group, Class<? extends E> eImpl) throws SchemaException
- Throws:
SchemaException
-
-