public interface DataTypeInstance extends InstanceIdentifiable, Nameable
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(org.eclipse.emf.ecore.EObject o) |
DataTypeInstance |
copy() |
boolean |
deserializeFromJSON(String jsonString) |
boolean |
deserializeFromXML(String xmlInstance) |
ComplexTypeInstance |
getBelongsTo()
Returns the value of the 'Belongs To' container reference.
|
DataType |
getDataTypeType()
Returns the value of the 'Data Type Type' reference.
|
String |
getIdOfOrigin()
Returns the value of the 'Id Of Origin' attribute.
|
String |
getTypeId()
Returns the value of the 'Type Id' attribute.
|
Object |
getValueAsObject() |
void |
parse(String text) |
String |
serializeToJSON() |
String |
serializeToXML() |
void |
setBelongsTo(ComplexTypeInstance value)
Sets the value of the '
Belongs To' container reference. |
void |
setDataTypeType(DataType value)
Sets the value of the '
Data Type Type' reference. |
void |
setIdOfOrigin(String value)
Sets the value of the '
Id Of Origin' attribute. |
void |
setTypeId(String value)
Sets the value of the '
Type Id' attribute. |
void |
setValueFromString(String value) |
getInstanceId, getInstancenumber, setInstanceId, setInstancenumberDataType getDataTypeType()
If the meaning of the 'Data Type Type' reference isn't clear, there really should be more of a description here...
setDataTypeType(DataType),
SofiaInstancePackage.getDataTypeInstance_DataTypeType()void setDataTypeType(DataType value)
Data Type Type' reference.
value - the new value of the 'Data Type Type' reference.getDataTypeType()ComplexTypeInstance getBelongsTo()
Subtypes'.
If the meaning of the 'Belongs To' container reference isn't clear, there really should be more of a description here...
setBelongsTo(ComplexTypeInstance),
SofiaInstancePackage.getDataTypeInstance_BelongsTo(),
ComplexTypeInstance.getSubtypes()void setBelongsTo(ComplexTypeInstance value)
Belongs To' container reference.
value - the new value of the 'Belongs To' container reference.getBelongsTo()String getIdOfOrigin()
If the meaning of the 'Id Of Origin' attribute isn't clear, there really should be more of a description here...
setIdOfOrigin(String),
SofiaInstancePackage.getDataTypeInstance_IdOfOrigin()void setIdOfOrigin(String value)
Id Of Origin' attribute.
value - the new value of the 'Id Of Origin' attribute.getIdOfOrigin()String getTypeId()
If the meaning of the 'Type Id' attribute isn't clear, there really should be more of a description here...
setTypeId(String),
SofiaInstancePackage.getDataTypeInstance_TypeId()void setTypeId(String value)
Type Id' attribute.
value - the new value of the 'Type Id' attribute.getTypeId()void parse(String text)
int compareTo(org.eclipse.emf.ecore.EObject o)
String serializeToXML()
boolean deserializeFromXML(String xmlInstance)
DataTypeInstance copy()
String serializeToJSON()
boolean deserializeFromJSON(String jsonString)
void setValueFromString(String value)
Object getValueAsObject()
Copyright © 2018. All rights reserved.