public static enum XTypeConstants.Type extends java.lang.Enum<XTypeConstants.Type>
COMPLEX is used
for all non-atomic types
.Modifier and Type | Method and Description |
---|---|
static XTypeConstants.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XTypeConstants.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XTypeConstants.Type BYTE
public static final XTypeConstants.Type SHORT
public static final XTypeConstants.Type INT
public static final XTypeConstants.Type LONG
public static final XTypeConstants.Type FLOAT
public static final XTypeConstants.Type DOUBLE
public static final XTypeConstants.Type BOOLEAN
public static final XTypeConstants.Type STRING
public static final XTypeConstants.Type DECIMAL
public static final XTypeConstants.Type INTEGER
public static final XTypeConstants.Type HEXBINARY
public static final XTypeConstants.Type BASE64BINARY
public static final XTypeConstants.Type ANYURI
public static final XTypeConstants.Type QNAME
public static final XTypeConstants.Type NOTATION
public static final XTypeConstants.Type DATE
public static final XTypeConstants.Type TIME
public static final XTypeConstants.Type DATETIME
public static final XTypeConstants.Type GDAY
public static final XTypeConstants.Type GMONTH
public static final XTypeConstants.Type GMONTHDAY
public static final XTypeConstants.Type GYEAR
public static final XTypeConstants.Type GYEARMONTH
public static final XTypeConstants.Type DURATION
public static final XTypeConstants.Type DAYTIMEDURATION
public static final XTypeConstants.Type YEARMONTHDURATION
public static final XTypeConstants.Type NORMALIZEDSTRING
public static final XTypeConstants.Type TOKEN
public static final XTypeConstants.Type LANGUAGE
public static final XTypeConstants.Type NAME
public static final XTypeConstants.Type NMTOKEN
public static final XTypeConstants.Type NCNAME
public static final XTypeConstants.Type ID
public static final XTypeConstants.Type IDREF
public static final XTypeConstants.Type ENTITY
public static final XTypeConstants.Type NONPOSITIVEINTEGER
public static final XTypeConstants.Type NONNEGATIVEINTEGER
public static final XTypeConstants.Type NEGATIVEINTEGER
public static final XTypeConstants.Type POSITIVEINTEGER
public static final XTypeConstants.Type UNSIGNEDLONG
public static final XTypeConstants.Type UNSIGNEDINT
public static final XTypeConstants.Type UNSIGNEDSHORT
public static final XTypeConstants.Type UNSIGNEDBYTE
public static final XTypeConstants.Type UNION
public static final XTypeConstants.Type LIST
public static final XTypeConstants.Type UNTYPEDATOMIC
public static final XTypeConstants.Type COMPLEX
public static XTypeConstants.Type[] values()
for (XTypeConstants.Type c : XTypeConstants.Type.values()) System.out.println(c);
public static XTypeConstants.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null