| |
|
| java.lang.Object gnu.bytecode.Type gnu.kawa.xml.XDataType gnu.kawa.xml.XIntegerType
XIntegerType | public class XIntegerType extends XDataType (Code) | | A restriction (sub-range) of the integer type.
Implements built-in XML Schema types derived from
xs:integer .
|
isUnsignedType | boolean isUnsignedType(Code) | | |
maxValue | final public IntNum maxValue(Code) | | The upper bound, inclusive. of the value range of this type.
If there is no upper bound then
maxValue is
null .
|
minValue | final public IntNum minValue(Code) | | The lower bound, inclusive. of the value range of this type.
If there is no lower bound then
minValue is
null .
|
isUnsignedType | public boolean isUnsignedType()(Code) | | |
|
|
|