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

Packages that use DataElement
org.eclipse.gmt.modisco.omg.kdm.action   
org.eclipse.gmt.modisco.omg.kdm.code   
org.eclipse.gmt.modisco.omg.kdm.code.util   
 

Uses of DataElement in org.eclipse.gmt.modisco.omg.kdm.action
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action that return DataElement
 DataElement Dispatches.getTo()
          Returns the value of the 'To' reference.
 DataElement Reads.getTo()
          Returns the value of the 'To' reference.
 DataElement Throws.getTo()
          Returns the value of the 'To' reference.
 DataElement Writes.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action with parameters of type DataElement
 void Dispatches.setTo(DataElement value)
          Sets the value of the 'To' reference.
 void Reads.setTo(DataElement value)
          Sets the value of the 'To' reference.
 void Throws.setTo(DataElement value)
          Sets the value of the 'To' reference.
 void Writes.setTo(DataElement value)
          Sets the value of the 'To' reference.
 

Uses of DataElement in org.eclipse.gmt.modisco.omg.kdm.code
 

Subinterfaces of DataElement in org.eclipse.gmt.modisco.omg.kdm.code
 interface IndexUnit
          A representation of the model object 'Index Unit'.
 interface ItemUnit
          A representation of the model object 'Item Unit'.
 interface MemberUnit
          A representation of the model object 'Member Unit'.
 interface ParameterUnit
          A representation of the model object 'Parameter Unit'.
 interface StorableUnit
          A representation of the model object 'Storable Unit'.
 interface Value
          A representation of the model object 'Value'.
 interface ValueElement
          A representation of the model object 'Value Element'.
 interface ValueList
          A representation of the model object 'Value List'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return DataElement
 DataElement CodeFactory.createDataElement()
          Returns a new object of class 'Data Element'.
 

Uses of DataElement in org.eclipse.gmt.modisco.omg.kdm.code.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type DataElement
 T CodeSwitch.caseDataElement(DataElement object)
          Returns the result of interpreting the object as an instance of 'Data Element'.