Uses of Interface
org.eclipse.gmt.modisco.java.PrimitiveType

Packages that use PrimitiveType
org.eclipse.gmt.modisco.java   
org.eclipse.gmt.modisco.java.cdo.meta   
org.eclipse.gmt.modisco.java.cdo.util   
org.eclipse.gmt.modisco.java.emf   
org.eclipse.gmt.modisco.java.emf.classic   
org.eclipse.gmt.modisco.java.emf.classic.util   
org.eclipse.gmt.modisco.java.emf.util   
org.eclipse.gmt.modisco.java.nousages.cdo.meta   
org.eclipse.gmt.modisco.java.nousages.cdo.util   
org.eclipse.gmt.modisco.java.nousages.meta   
org.eclipse.gmt.modisco.java.nousages.util   
 

Uses of PrimitiveType in org.eclipse.gmt.modisco.java
 

Subinterfaces of PrimitiveType in org.eclipse.gmt.modisco.java
 interface PrimitiveTypeBoolean
          A representation of the model object 'Primitive Type Boolean'.
 interface PrimitiveTypeByte
          A representation of the model object 'Primitive Type Byte'.
 interface PrimitiveTypeChar
          A representation of the model object 'Primitive Type Char'.
 interface PrimitiveTypeDouble
          A representation of the model object 'Primitive Type Double'.
 interface PrimitiveTypeFloat
          A representation of the model object 'Primitive Type Float'.
 interface PrimitiveTypeInt
          A representation of the model object 'Primitive Type Int'.
 interface PrimitiveTypeLong
          A representation of the model object 'Primitive Type Long'.
 interface PrimitiveTypeShort
          A representation of the model object 'Primitive Type Short'.
 interface PrimitiveTypeVoid
          A representation of the model object 'Primitive Type Void'.
 

Uses of PrimitiveType in org.eclipse.gmt.modisco.java.cdo.meta
 

Methods in org.eclipse.gmt.modisco.java.cdo.meta that return PrimitiveType
 PrimitiveType JavaFactory.createPrimitiveType()
          Returns a new object of class 'Primitive Type'.
 

Uses of PrimitiveType in org.eclipse.gmt.modisco.java.cdo.util
 

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

Uses of PrimitiveType in org.eclipse.gmt.modisco.java.emf
 

Methods in org.eclipse.gmt.modisco.java.emf that return PrimitiveType
 PrimitiveType JavaFactory.createPrimitiveType()
          Returns a new object of class 'Primitive Type'.
 

Uses of PrimitiveType in org.eclipse.gmt.modisco.java.emf.classic
 

Methods in org.eclipse.gmt.modisco.java.emf.classic that return PrimitiveType
 PrimitiveType JavaFactory.createPrimitiveType()
          Returns a new object of class 'Primitive Type'.
 

Uses of PrimitiveType in org.eclipse.gmt.modisco.java.emf.classic.util
 

Methods in org.eclipse.gmt.modisco.java.emf.classic.util with parameters of type PrimitiveType
 T JavaSwitch.casePrimitiveType(PrimitiveType object)
          Returns the result of interpreting the object as an instance of 'Primitive Type'.
 

Uses of PrimitiveType in org.eclipse.gmt.modisco.java.emf.util
 

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

Uses of PrimitiveType in org.eclipse.gmt.modisco.java.nousages.cdo.meta
 

Methods in org.eclipse.gmt.modisco.java.nousages.cdo.meta that return PrimitiveType
 PrimitiveType JavaFactory.createPrimitiveType()
          Returns a new object of class 'Primitive Type'.
 

Uses of PrimitiveType in org.eclipse.gmt.modisco.java.nousages.cdo.util
 

Methods in org.eclipse.gmt.modisco.java.nousages.cdo.util with parameters of type PrimitiveType
 T JavaSwitch.casePrimitiveType(PrimitiveType object)
          Returns the result of interpreting the object as an instance of 'Primitive Type'.
 

Uses of PrimitiveType in org.eclipse.gmt.modisco.java.nousages.meta
 

Methods in org.eclipse.gmt.modisco.java.nousages.meta that return PrimitiveType
 PrimitiveType JavaFactory.createPrimitiveType()
          Returns a new object of class 'Primitive Type'.
 

Uses of PrimitiveType in org.eclipse.gmt.modisco.java.nousages.util
 

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