|
JBoss Metadata Appclient 7.0.7.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AppClientElement>
org.jboss.metadata.appclient.parser.spec.AppClientElement
public enum AppClientElement
Enumeration of all XML elements that are allowed in a application-client.xml file
| Enum Constant Summary | |
|---|---|
CALLBACK_HANDLER
|
|
MODULE_NAME
|
|
UNKNOWN
|
|
| Method Summary | |
|---|---|
static AppClientElement |
forName(String elementName)
Returns the AppClientElement corresponding to the passed elementName
If no such element exists then UNKNOWN is returned. |
String |
getLocalName()
Get the local name of this element. |
static AppClientElement |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AppClientElement[] |
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 AppClientElement UNKNOWN
public static final AppClientElement CALLBACK_HANDLER
public static final AppClientElement MODULE_NAME
| Method Detail |
|---|
public static AppClientElement[] values()
for (AppClientElement c : AppClientElement.values()) System.out.println(c);
public static AppClientElement 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 getLocalName()
public static AppClientElement forName(String elementName)
AppClientElement corresponding to the passed elementName
If no such element exists then UNKNOWN is returned.
elementName -
|
JBoss Metadata Appclient 7.0.7.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||