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 class
ByteType
"byte" type.class
IntegerType
"integer" type.class
IntType
"int" type.class
LongType
"long" type.class
NegativeIntegerType
"negativeInteger" type.class
NonNegativeIntegerType
"nonNegativeInteger" type.class
NonPositiveIntegerType
"nonPositiveInteger" type.class
PositiveIntegerType
"positiveInteger" type.class
ShortType
"short" type.class
UnsignedByteType
"unsignedByte" type.class
UnsignedIntType
"unsignedInt" type.class
UnsignedLongType
"unsignedLong" type.class
UnsignedShortType
"unsignedShort" type.
-