org.eclipse.emf._2002.ecore
Class EDataType

java.lang.Object
  extended by org.eclipse.emf._2002.ecore.EModelElement
      extended by org.eclipse.emf._2002.ecore.ENamedElement
          extended by org.eclipse.emf._2002.ecore.EClassifier
              extended by org.eclipse.emf._2002.ecore.EDataType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
EEnum

public class EDataType
extends EClassifier
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for EDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EDataType">
   <complexContent>
     <extension base="{http://www.eclipse.org/emf/2002/Ecore}EClassifier">
       <attribute name="serializable" type="{http://www.eclipse.org/emf/2002/Ecore}EBoolean" default="true" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String serializable
           
 
Fields inherited from class org.eclipse.emf._2002.ecore.EClassifier
defaultValue, eTypeParameters, instanceClass, instanceClassName, instanceTypeName
 
Fields inherited from class org.eclipse.emf._2002.ecore.ENamedElement
name
 
Fields inherited from class org.eclipse.emf._2002.ecore.EModelElement
eAnnotations
 
Constructor Summary
EDataType()
           
 
Method Summary
 String getSerializable()
          Gets the value of the serializable property.
 void setSerializable(String value)
          Sets the value of the serializable property.
 String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class org.eclipse.emf._2002.ecore.EClassifier
getDefaultValue, getETypeParameters, getInstanceClass, getInstanceClassName, getInstanceTypeName, setDefaultValue, setInstanceClass, setInstanceClassName, setInstanceTypeName
 
Methods inherited from class org.eclipse.emf._2002.ecore.ENamedElement
getName, setName
 
Methods inherited from class org.eclipse.emf._2002.ecore.EModelElement
getEAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serializable

protected String serializable
Constructor Detail

EDataType

public EDataType()
Method Detail

getSerializable

public String getSerializable()
Gets the value of the serializable property.

Returns:
possible object is String

setSerializable

public void setSerializable(String value)
Sets the value of the serializable property.

Parameters:
value - allowed object is String

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
toString in class EClassifier

toString

public String toString()
Overrides:
toString in class EClassifier


Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.