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

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

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

Subinterfaces of PrimitiveType in org.eclipse.gmt.modisco.omg.kdm.code
 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 DateType
          A representation of the model object 'Date Type'.
 interface DecimalType
          A representation of the model object 'Decimal Type'.
 interface FloatType
          A representation of the model object 'Float Type'.
 interface IntegerType
          A representation of the model object 'Integer Type'.
 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 ScaledType
          A representation of the model object 'Scaled Type'.
 interface StringType
          A representation of the model object 'String Type'.
 interface TimeType
          A representation of the model object 'Time Type'.
 interface VoidType
          A representation of the model object 'Void Type'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return PrimitiveType
 PrimitiveType CodeFactory.createPrimitiveType()
          Returns a new object of class 'Primitive Type'.
 

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

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