Uses of Class
com.caucho.amber.type.PrimitiveType

Packages that use PrimitiveType
com.caucho.amber.type   
 

Uses of PrimitiveType in com.caucho.amber.type
 

Subclasses of PrimitiveType in com.caucho.amber.type
 class PrimitiveBooleanType
          The type of a property.
 class PrimitiveByteType
          Represents a primitive Java byte type
 class PrimitiveCharType
          The primitive char type.
 class PrimitiveDoubleType
          The primitive double type.
 class PrimitiveFloatType
          The primitive float type.
 class PrimitiveIntType
          The primitive int type.
 class PrimitiveLongType
          The primitive long type.
 class PrimitiveShortType
          The primitive short type.