org.ow2.easywsdl.schema.impl
Class EnumerationImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractEnumerationImpl<NoFixedFacet>
          extended by org.ow2.easywsdl.schema.impl.EnumerationImpl
All Implemented Interfaces:
java.io.Serializable, AbsItfEnumeration, Enumeration, SchemaElement

public class EnumerationImpl
extends AbstractEnumerationImpl<NoFixedFacet>
implements Enumeration

Author:
Nicolas Boissel-Dallier - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
EnumerationImpl(NoFixedFacet model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 Element createElement()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractEnumerationImpl
toString
 
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, wait, wait, wait
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

EnumerationImpl

public EnumerationImpl(NoFixedFacet model,
                       AbstractSchemaElementImpl parent)
Method Detail

createElement

public Element createElement()

getValue

public java.lang.String getValue()
Specified by:
getValue in interface AbsItfEnumeration

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface AbsItfEnumeration


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