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 IntegerValueType
IntegerValueType. create(String nonCanonicalizedValue)
translates non-canonicalized representation of an integer into an IntegerValueType.static IntegerValueType
IntegerValueType. create(BigInteger bi)
translates a BigInteger to an IntegerValueType.
-