public interface DataObject extends IdEObject
The following features are supported:
StorePackage.getDataObject()| Modifier and Type | Method and Description |
|---|---|
String |
getGuid()
Returns the value of the 'Guid' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getType()
Returns the value of the 'Type' attribute.
|
org.eclipse.emf.common.util.EList<DataValue> |
getValues()
Returns the value of the 'Values' reference list.
|
void |
setGuid(String value)
Sets the value of the '
Guid' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setType(String value)
Sets the value of the '
Type' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
StorePackage.getDataObject_Type()void setType(String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()String getGuid()
If the meaning of the 'Guid' attribute isn't clear, there really should be more of a description here...
setGuid(String),
StorePackage.getDataObject_Guid()void setGuid(String value)
Guid' attribute.
value - the new value of the 'Guid' attribute.getGuid()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
StorePackage.getDataObject_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<DataValue> getValues()
DataValue.
If the meaning of the 'Values' reference list isn't clear, there really should be more of a description here...
StorePackage.getDataObject_Values()Copyright © 2018 OpenSource BIM. All rights reserved.