org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractRestrictionImpl<E,En extends AbsItfEnumeration>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractRestrictionImpl<E,En>
All Implemented Interfaces:
java.io.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
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

enums

protected java.util.List<En extends AbsItfEnumeration> enums
Constructor Detail

AbstractRestrictionImpl

public AbstractRestrictionImpl(E model,
                               AbstractSchemaElementImpl parent)
Method Detail

getEnumerations

public java.util.List<En> getEnumerations()
Specified by:
getEnumerations in interface AbsItfRestriction<En extends AbsItfEnumeration>

addEnumeration

public void addEnumeration(En enumeration)
Specified by:
addEnumeration in interface AbsItfRestriction<En extends AbsItfEnumeration>


Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.