|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GxVariantKind>
org.gxml.sa.GxVariantKind
public enum GxVariantKind
Used to indicate the nature of Data Model sequences.
Enum Constant Summary | |
---|---|
ATOM
|
|
ATOMS
|
|
BOOLEAN
The sequence consists of an xs:boolean |
|
DECIMAL
The sequence consists of an xs:decimal |
|
DOUBLE
The sequence consists of an xs:double |
|
EMPTY
The sequence is empty. |
|
INTEGER
The sequence consists of an xs:integer |
|
ITEM
|
|
ITEMS
|
|
NODE
|
|
NODES
|
|
STRING
The sequence consists of an xs:string |
Method Summary | |
---|---|
static GxVariantKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GxVariantKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final GxVariantKind EMPTY
public static final GxVariantKind BOOLEAN
public static final GxVariantKind STRING
public static final GxVariantKind DOUBLE
public static final GxVariantKind DECIMAL
public static final GxVariantKind INTEGER
public static final GxVariantKind ITEMS
public static final GxVariantKind ITEM
public static final GxVariantKind NODES
public static final GxVariantKind NODE
public static final GxVariantKind ATOMS
public static final GxVariantKind ATOM
Method Detail |
---|
public static GxVariantKind[] values()
for (GxVariantKind c : GxVariantKind.values()) System.out.println(c);
public static GxVariantKind 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |