Uses of Class
com.sun.msv.datatype.xsd.IntegerDerivedType
-
Packages that use IntegerDerivedType Package Description com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation. -
-
Uses of IntegerDerivedType in com.sun.msv.datatype.xsd
Subclasses of IntegerDerivedType in com.sun.msv.datatype.xsd Modifier and Type Class Description classByteType"byte" type.classIntegerType"integer" type.classIntType"int" type.classLongType"long" type.classNegativeIntegerType"negativeInteger" type.classNonNegativeIntegerType"nonNegativeInteger" type.classNonPositiveIntegerType"nonPositiveInteger" type.classPositiveIntegerType"positiveInteger" type.classShortType"short" type.classUnsignedByteType"unsignedByte" type.classUnsignedIntType"unsignedInt" type.classUnsignedLongType"unsignedLong" type.classUnsignedShortType"unsignedShort" type.
-