Uses of Class
com.sun.msv.datatype.xsd.IntegerValueType
-
Packages that use IntegerValueType Package Description com.sun.msv.datatype.xsd W3C XML Schema Datatypes implementation. -
-
Uses of IntegerValueType in com.sun.msv.datatype.xsd
Fields in com.sun.msv.datatype.xsd declared as IntegerValueType Modifier and Type Field Description private static IntegerValueTypeUnsignedLongType. upperBoundupper bound value.Methods in com.sun.msv.datatype.xsd that return IntegerValueType Modifier and Type Method Description static IntegerValueTypeIntegerValueType. create(java.lang.String nonCanonicalizedValue)translates non-canonicalized representation of an integer into an IntegerValueType.static IntegerValueTypeIntegerValueType. create(java.math.BigInteger bi)translates a BigInteger to an IntegerValueType.
-