Uses of Class
com.sun.msv.datatype.xsd.IntegerType
-
Packages that use IntegerType Package Description 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 Modifier and Type Class Description 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 Modifier and Type Field Description static IntegerType
IntegerType. theInstance
Singleton instance.
-