public interface DataElement extends ComputationalObject
The following features are supported:
CodePackage.getDataElement()| Modifier and Type | Method and Description |
|---|---|
|
getCodeElement()
Returns the value of the 'Code Element' containment reference list.
|
java.lang.String |
getExt()
Returns the value of the 'Ext' attribute.
|
java.lang.Integer |
getSize()
Returns the value of the 'Size' attribute.
|
Datatype |
getType()
Returns the value of the 'Type' reference.
|
void |
setExt(java.lang.String value)
Sets the value of the '
Ext' attribute. |
void |
setSize(java.lang.Integer value)
Sets the value of the '
Size' attribute. |
void |
setType(Datatype value)
Sets the value of the '
Type' reference. |
getCodeRelation, getComment, getEntryFlow, getSourcecreateAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNamegetStereotype, getTaggedValuegetAnnotation, getAttributeDatatype getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(Datatype),
CodePackage.getDataElement_Type()void setType(Datatype value)
Type' reference.
value - the new value of the 'Type' reference.getType()java.lang.String getExt()
If the meaning of the 'Ext' attribute isn't clear, there really should be more of a description here...
setExt(String),
CodePackage.getDataElement_Ext()void setExt(java.lang.String value)
Ext' attribute.
value - the new value of the 'Ext' attribute.getExt()java.lang.Integer getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(Integer),
CodePackage.getDataElement_Size()void setSize(java.lang.Integer value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()getCodeElement()
Datatype.
If the meaning of the 'Code Element' containment reference list isn't clear, there really should be more of a description here...
CodePackage.getDataElement_CodeElement()