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