org.ow2.easywsdl.schema.api.abstractElmt
Class AbstractEnumerationImpl<E>

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

public abstract class AbstractEnumerationImpl<E>
extends AbstractSchemaElementImpl<E>
implements AbsItfEnumeration

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
AbstractEnumerationImpl(E model, AbstractSchemaElementImpl parent)
           
 
Method Summary
 java.lang.String 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.absItf.AbsItfEnumeration
getValue, setValue
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Constructor Detail

AbstractEnumerationImpl

public AbstractEnumerationImpl(E model,
                               AbstractSchemaElementImpl parent)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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