Uses of Class
com.sun.msv.datatype.xsd.IntegerType

Packages that use IntegerType
com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation. 
 

Uses of IntegerType in com.sun.msv.datatype.xsd
 

Subclasses of IntegerType in com.sun.msv.datatype.xsd
 class NegativeIntegerType
          "negativeInteger" type.
 class NonNegativeIntegerType
          "nonNegativeInteger" type.
 class NonPositiveIntegerType
          "nonPositiveInteger" type.
 class PositiveIntegerType
          "positiveInteger" type.
 class UnsignedLongType
          "unsignedLong" type.
 

Fields in com.sun.msv.datatype.xsd declared as IntegerType
static IntegerType IntegerType.theInstance
          Singleton instance.
 



MSV