org.eclipse.gmt.modisco.omg.kdm.code
Interface DataElement

All Superinterfaces:
AbstractCodeElement, CodeItem, ComputationalObject, Element, KDMEntity, ModelElement
All Known Subinterfaces:
IndexUnit, ItemUnit, MemberUnit, ParameterUnit, StorableUnit, Value, ValueElement, ValueList

public interface DataElement
extends ComputationalObject

A representation of the model object 'Data Element'.

The following features are supported:

See Also:
CodePackage.getDataElement()
Generated:
Model:

Method Summary
  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.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.code.AbstractCodeElement
getCodeRelation, getComment, getEntryFlow, getSource
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getType

Datatype getType()
Returns the value of the 'Type' reference.

If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' reference.
See Also:
setType(Datatype), CodePackage.getDataElement_Type()
Generated:
Model:
required="true" ordered="false"

setType

void setType(Datatype value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()
Generated:

getExt

java.lang.String getExt()
Returns the value of the 'Ext' attribute.

If the meaning of the 'Ext' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ext' attribute.
See Also:
setExt(String), CodePackage.getDataElement_Ext()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setExt

void setExt(java.lang.String value)
Sets the value of the 'Ext' attribute.

Parameters:
value - the new value of the 'Ext' attribute.
See Also:
getExt()
Generated:

getSize

java.lang.Integer getSize()
Returns the value of the 'Size' attribute.

If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Size' attribute.
See Also:
setSize(Integer), CodePackage.getDataElement_Size()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.Integer"

setSize

void setSize(java.lang.Integer value)
Sets the value of the 'Size' attribute.

Parameters:
value - the new value of the 'Size' attribute.
See Also:
getSize()
Generated:

getCodeElement

 getCodeElement()
Returns the value of the 'Code Element' containment reference list. The list contents are of type Datatype.

If the meaning of the 'Code Element' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Code Element' containment reference list.
See Also:
CodePackage.getDataElement_CodeElement()
Generated:
Model:
containment="true" ordered="false"