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 IntegerValueType
UnsignedLongType. upperBound
upper bound value.Methods in com.sun.msv.datatype.xsd that return IntegerValueType Modifier and Type Method Description static IntegerValueType
IntegerValueType. create(java.lang.String nonCanonicalizedValue)
translates non-canonicalized representation of an integer into an IntegerValueType.static IntegerValueType
IntegerValueType. create(java.math.BigInteger bi)
translates a BigInteger to an IntegerValueType.
-