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 |
instanceClassName
name
eAnnotations
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, setInstanceClassName
getName, setName
getEAnnotations
public java.lang.Boolean isSerializable()
Boolean
public void setSerializable(java.lang.Boolean value)
value
- allowed object is Boolean