public interface XDataType extends XClassifier
The following features are supported:
XcorePackage.getXDataType()| Modifier and Type | Method and Description |
|---|---|
XBlockExpression |
getConvertBody()
Returns the value of the 'Convert Body' containment reference
|
XBlockExpression |
getCreateBody()
Returns the value of the 'Create Body' containment reference
|
boolean |
isSerializable()
Returns the value of the 'Serializable' attribute.
|
void |
setConvertBody(XBlockExpression value)
Sets the value of the '
Convert Body' containment reference |
void |
setCreateBody(XBlockExpression value)
Sets the value of the '
Create Body' containment reference |
void |
setSerializable(boolean value)
Sets the value of the '
Serializable' attribute |
getInstanceType, getPackage, getTypeParameters, setInstanceTypegetName, setNamegetAnnotation, getAnnotationseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverboolean isSerializable()
"true".
If the meaning of the 'Serializable' attribute isn't clear, there really should be more of a description here...
setSerializable(boolean),
XcorePackage.getXDataType_Serializable()void setSerializable(boolean value)
Serializable' attribute.
value - the new value of the 'Serializable' attribute.isSerializable()XBlockExpression getCreateBody()
If the meaning of the 'Create Body' containment reference isn't clear, there really should be more of a description here...
setCreateBody(XBlockExpression),
XcorePackage.getXDataType_CreateBody()void setCreateBody(XBlockExpression value)
Create Body' containment reference.
value - the new value of the 'Create Body' containment reference.getCreateBody()XBlockExpression getConvertBody()
If the meaning of the 'Convert Body' containment reference isn't clear, there really should be more of a description here...
setConvertBody(XBlockExpression),
XcorePackage.getXDataType_ConvertBody()void setConvertBody(XBlockExpression value)
Convert Body' containment reference.
value - the new value of the 'Convert Body' containment reference.getConvertBody()