Uses of Interface
org.eclipse.modisco.omg.gastm.PrimitiveType

Packages that use PrimitiveType
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of PrimitiveType in org.eclipse.modisco.omg.gastm
 

Subinterfaces of PrimitiveType in org.eclipse.modisco.omg.gastm
 interface Boolean
          A representation of the model object 'Boolean'.
 interface Byte
          A representation of the model object 'Byte'.
 interface Character
          A representation of the model object 'Character'.
 interface Double
          A representation of the model object 'Double'.
 interface IntegralType
          A representation of the model object 'Integral Type'.
 interface LongDouble
          A representation of the model object 'Long Double'.
 interface LongInteger
          A representation of the model object 'Long Integer'.
 interface NumberType
          A representation of the model object 'Number Type'.
 interface Real
          A representation of the model object 'Real'.
 interface RealType
          A representation of the model object 'Real Type'.
 interface ShortInteger
          A representation of the model object 'Short Integer'.
 interface Void
          A representation of the model object 'Void'.
 

Uses of PrimitiveType in org.eclipse.modisco.omg.gastm.util
 

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