Uses of Class
biz.c24.io.api.data.IntegerDataType

Packages that use IntegerDataType
biz.c24.io.api.data Data Model super and utility classes. 
 

Uses of IntegerDataType in biz.c24.io.api.data
 

Subclasses of IntegerDataType in biz.c24.io.api.data
 class ByteDataType
          A simple data type representing a primitive byte.
 class CharDataType
          A simple data type representing a primitive char.
 class IntDataType
          A simple data type representing a primitive int.
 class LongDataType
          A simple data type representing a primitive long.
 class NegativeIntegerDataType
          A simple data type representing a negative integer.
 class NonNegativeIntegerDataType
          A simple data type representing a non negative integer.
 class NonPositiveIntegerDataType
          A simple data type representing a non positive integer.
 class PositiveIntegerDataType
          A simple data type representing a positive integer.
 class ShortDataType
          A simple data type representing a primitive short.
 class UnsignedByteDataType
          A simple data type representing an unsigned primitive byte.
 class UnsignedIntDataType
          A simple data type representing an unsigned primitive int.
 class UnsignedLongDataType
          A simple data type representing an unsigned primitive long.
 class UnsignedShortDataType
          A simple data type representing an unsigned primitive short.
 



C24 Technologies © 2002-2012: All Rights Reserved.