|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<XmlConfig.XmlElement>
ch.javasoft.xml.config.XmlConfig.XmlElement
public static enum XmlConfig.XmlElement
Predefined and recognized xml elements
In xml, the element names equal the enum constant names.
| Enum Constant Summary | |
|---|---|
application
|
|
arg
|
|
config
|
|
line
|
|
logging
|
|
property
|
|
referable
|
|
usage
|
|
| Method Summary | |
|---|---|
String |
getXmlName()
The element name in xml, same as enum constant name |
static XmlConfig.XmlElement |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XmlConfig.XmlElement[] |
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 XmlConfig.XmlElement application
public static final XmlConfig.XmlElement referable
public static final XmlConfig.XmlElement config
public static final XmlConfig.XmlElement arg
public static final XmlConfig.XmlElement logging
public static final XmlConfig.XmlElement property
public static final XmlConfig.XmlElement usage
public static final XmlConfig.XmlElement line
| Method Detail |
|---|
public static XmlConfig.XmlElement[] values()
for (XmlConfig.XmlElement c : XmlConfig.XmlElement.values()) System.out.println(c);
public static XmlConfig.XmlElement valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getXmlName()
getXmlName in interface XmlNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||