org.eclipse.emf._2002.ecore
Class EDataType
java.lang.Object
org.eclipse.emf._2002.ecore.EModelElement
org.eclipse.emf._2002.ecore.ENamedElement
org.eclipse.emf._2002.ecore.EClassifier
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>
serializable
protected String serializable
EDataType
public EDataType()
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.