Uses of Class
gnu.kawa.xml.XIntegerType
-
Packages that use XIntegerType Package Description gnu.kawa.xml -
-
Uses of XIntegerType in gnu.kawa.xml
Fields in gnu.kawa.xml declared as XIntegerType Modifier and Type Field Description static XIntegerType
XIntegerType. byteType
static XIntegerType
XIntegerType. integerType
static XIntegerType
XIntegerType. intType
static XIntegerType
XIntegerType. longType
static XIntegerType
XIntegerType. negativeIntegerType
static XIntegerType
XIntegerType. nonNegativeIntegerType
static XIntegerType
XIntegerType. nonPositiveIntegerType
static XIntegerType
XIntegerType. positiveIntegerType
static XIntegerType
XIntegerType. shortType
static XIntegerType
XIntegerType. unsignedByteType
static XIntegerType
XIntegerType. unsignedIntType
static XIntegerType
XIntegerType. unsignedLongType
static XIntegerType
XIntegerType. unsignedShortType
Methods in gnu.kawa.xml that return XIntegerType Modifier and Type Method Description XIntegerType
XInteger. getIntegerType()
-