Package | Description |
---|---|
com.sun.msv.datatype.xsd |
W3C XML Schema Datatypes implementation.
|
Modifier and Type | Field and Description |
---|---|
private static IntegerValueType |
UnsignedLongType.upperBound
upper bound value.
|
Modifier and Type | Method and Description |
---|---|
static IntegerValueType |
IntegerValueType.create(java.math.BigInteger bi)
translates a BigInteger to an IntegerValueType.
|
static IntegerValueType |
IntegerValueType.create(java.lang.String nonCanonicalizedValue)
translates non-canonicalized representation of an integer into
an IntegerValueType.
|