Class DecoratorChoiceImpl<E extends AbsItfElement>
- java.lang.Object
-
- org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
-
- org.ow2.easywsdl.schema.decorator.Decorator<G>
-
- org.ow2.easywsdl.schema.decorator.DecoratorGroupImpl<E,AbsItfChoice<E>>
-
- org.ow2.easywsdl.schema.decorator.DecoratorChoiceImpl<E>
-
- All Implemented Interfaces:
Serializable,SchemaElement
public abstract class DecoratorChoiceImpl<E extends AbsItfElement> extends DecoratorGroupImpl<E,AbsItfChoice<E>>
- Author:
- Nicolas Boissel-Dallier - 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 DecoratorChoiceImpl(AbsItfChoice<E> choice, Class<? extends E> eImpl)
-
Method Summary
-
Methods inherited from class org.ow2.easywsdl.schema.decorator.DecoratorGroupImpl
addElement, createElement, 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
-
DecoratorChoiceImpl
public DecoratorChoiceImpl(AbsItfChoice<E> choice, Class<? extends E> eImpl) throws SchemaException
- Throws:
SchemaException
-
-