public enum NamingSubsystemXMLElement extends Enum<NamingSubsystemXMLElement>
Enum Constant and Description |
---|
BINDINGS |
LOOKUP |
OBJECT_FACTORY |
SIMPLE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static NamingSubsystemXMLElement |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
static NamingSubsystemXMLElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingSubsystemXMLElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamingSubsystemXMLElement UNKNOWN
public static final NamingSubsystemXMLElement BINDINGS
public static final NamingSubsystemXMLElement SIMPLE
public static final NamingSubsystemXMLElement LOOKUP
public static final NamingSubsystemXMLElement OBJECT_FACTORY
public static NamingSubsystemXMLElement[] values()
for (NamingSubsystemXMLElement c : NamingSubsystemXMLElement.values()) System.out.println(c);
public static NamingSubsystemXMLElement valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getLocalName()
public static NamingSubsystemXMLElement forName(String localName)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.