Uses of Class
com.sun.msv.datatype.xsd.IntegerValueType

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



MSV