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

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.action that return Datatype
 Datatype Creates.getTo()
          Returns the value of the 'To' reference.
 Datatype UsesType.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action with parameters of type Datatype
 void Creates.setTo(Datatype value)
          Sets the value of the 'To' reference.
 void UsesType.setTo(Datatype value)
          Sets the value of the 'To' reference.
 

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

Subinterfaces of Datatype in org.eclipse.gmt.modisco.omg.kdm.code
 interface ArrayType
          A representation of the model object 'Array Type'.
 interface BagType
          A representation of the model object 'Bag Type'.
 interface BitstringType
          A representation of the model object 'Bitstring Type'.
 interface BitType
          A representation of the model object 'Bit Type'.
 interface BooleanType
          A representation of the model object 'Boolean Type'.
 interface CharType
          A representation of the model object 'Char Type'.
 interface ChoiceType
          A representation of the model object 'Choice Type'.
 interface ClassUnit
          A representation of the model object 'Class Unit'.
 interface CompositeType
          A representation of the model object 'Composite Type'.
 interface DateType
          A representation of the model object 'Date Type'.
 interface DecimalType
          A representation of the model object 'Decimal Type'.
 interface DefinedType
          A representation of the model object 'Defined Type'.
 interface DerivedType
          A representation of the model object 'Derived Type'.
 interface EnumeratedType
          A representation of the model object 'Enumerated Type'.
 interface FloatType
          A representation of the model object 'Float Type'.
 interface IntegerType
          A representation of the model object 'Integer Type'.
 interface InterfaceUnit
          A representation of the model object 'Interface Unit'.
 interface OctetstringType
          A representation of the model object 'Octetstring Type'.
 interface OctetType
          A representation of the model object 'Octet Type'.
 interface OrdinalType
          A representation of the model object 'Ordinal Type'.
 interface PointerType
          A representation of the model object 'Pointer Type'.
 interface PrimitiveType
          A representation of the model object 'Primitive Type'.
 interface RangeType
          A representation of the model object 'Range Type'.
 interface RecordType
          A representation of the model object 'Record Type'.
 interface ScaledType
          A representation of the model object 'Scaled Type'.
 interface SequenceType
          A representation of the model object 'Sequence Type'.
 interface SetType
          A representation of the model object 'Set Type'.
 interface Signature
          A representation of the model object 'Signature'.
 interface StringType
          A representation of the model object 'String Type'.
 interface SynonymUnit
          A representation of the model object 'Synonym Unit'.
 interface TemplateParameter
          A representation of the model object 'Template Parameter'.
 interface TemplateType
          A representation of the model object 'Template Type'.
 interface TemplateUnit
          A representation of the model object 'Template Unit'.
 interface TimeType
          A representation of the model object 'Time Type'.
 interface TypeUnit
          A representation of the model object 'Type Unit'.
 interface VoidType
          A representation of the model object 'Void Type'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return Datatype
 Datatype CodeFactory.createDatatype()
          Returns a new object of class 'Datatype'.
 Datatype DefinedType.getCodeElement()
          Returns the value of the 'Code Element' containment reference.
 Datatype Extends.getFrom()
          Returns the value of the 'From' reference.
 Datatype Extends.getTo()
          Returns the value of the 'To' reference.
 Datatype HasType.getTo()
          Returns the value of the 'To' reference.
 Datatype ControlElement.getType()
          Returns the value of the 'Type' reference.
 Datatype DataElement.getType()
          Returns the value of the 'Type' reference.
 Datatype DefinedType.getType()
          Returns the value of the 'Type' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type Datatype
 void DefinedType.setCodeElement(Datatype value)
          Sets the value of the 'Code Element' containment reference.
 void Extends.setFrom(Datatype value)
          Sets the value of the 'From' reference.
 void Extends.setTo(Datatype value)
          Sets the value of the 'To' reference.
 void HasType.setTo(Datatype value)
          Sets the value of the 'To' reference.
 void ControlElement.setType(Datatype value)
          Sets the value of the 'Type' reference.
 void DataElement.setType(Datatype value)
          Sets the value of the 'Type' reference.
 void DefinedType.setType(Datatype value)
          Sets the value of the 'Type' reference.
 

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

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

Uses of Datatype in org.eclipse.gmt.modisco.omg.kdm.data
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return Datatype
 Datatype DatatypeOf.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type Datatype
 void DatatypeOf.setTo(Datatype value)
          Sets the value of the 'To' reference.