|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractRestrictionImpl<E,En>
public abstract class AbstractRestrictionImpl<E,En extends AbsItfEnumeration>
Field Summary | |
---|---|
protected java.util.List<En> |
enums
|
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
---|
documentation, model, parent |
Constructor Summary | |
---|---|
AbstractRestrictionImpl(E model,
AbstractSchemaElementImpl parent)
|
Method Summary | |
---|---|
void |
addEnumeration(En enumeration)
|
java.util.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 |
---|
protected java.util.List<En extends AbsItfEnumeration> enums
Constructor Detail |
---|
public AbstractRestrictionImpl(E model, AbstractSchemaElementImpl parent)
Method Detail |
---|
public java.util.List<En> getEnumerations()
getEnumerations
in interface AbsItfRestriction<En extends AbsItfEnumeration>
public void addEnumeration(En enumeration)
addEnumeration
in interface AbsItfRestriction<En extends AbsItfEnumeration>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |