public class EDataType extends EClassifier
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.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
serializable |
instanceClassNamenameeAnnotations| Constructor and Description |
|---|
EDataType() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSerializable()
Gets the value of the serializable property.
|
void |
setSerializable(Boolean value)
Sets the value of the serializable property.
|
getInstanceClassName, setInstanceClassNamegetName, setNamegetEAnnotationsprotected Boolean serializable
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.