public class EDataType extends EClassifier
<complexType name="EDataType">
<complexContent>
<extension base="{http://www.eclipse.org/emf/2002/Ecore}EClassifier">
<attribute name="serializable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
serializable |
instanceClassNamenameeAnnotations| Constructor and Description |
|---|
EDataType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isSerializable()
Gets the value of the serializable property.
|
void |
setSerializable(java.lang.Boolean value)
Sets the value of the serializable property.
|
getInstanceClassName, setInstanceClassNamegetName, setNamegetEAnnotationspublic java.lang.Boolean isSerializable()
Booleanpublic void setSerializable(java.lang.Boolean value)
value - allowed object is Boolean