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 classNegativeIntegerType"negativeInteger" type.classNonNegativeIntegerType"nonNegativeInteger" type.classNonPositiveIntegerType"nonPositiveInteger" type.classPositiveIntegerType"positiveInteger" type.classUnsignedLongType"unsignedLong" type.Fields in com.sun.msv.datatype.xsd declared as IntegerType Modifier and Type Field Description static IntegerTypeIntegerType. theInstanceSingleton instance.
-