|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<XMLTreeHandler.IncludeData>
geneticWedge.gp.io.XMLTreeHandler.IncludeData
public static enum XMLTreeHandler.IncludeData
IncludeData determines which data will be retrieved from the XML file. This is useful when an element and an attribute have the same name.
Enum Constant Summary | |
---|---|
ATTRIBUTES_ONLY
Only attributess are retrieved |
|
ELEMENTS_AND_ATTRIBUTES
Elements and attributes both retrieved |
|
ELEMENTS_ONLY
Only elements are retrieved |
Method Summary | |
---|---|
static XMLTreeHandler.IncludeData |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static XMLTreeHandler.IncludeData[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final XMLTreeHandler.IncludeData ELEMENTS_AND_ATTRIBUTES
public static final XMLTreeHandler.IncludeData ELEMENTS_ONLY
public static final XMLTreeHandler.IncludeData ATTRIBUTES_ONLY
Method Detail |
---|
public static final XMLTreeHandler.IncludeData[] values()
for(XMLTreeHandler.IncludeData c : XMLTreeHandler.IncludeData.values()) System.out.println(c);
public static XMLTreeHandler.IncludeData 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |