public enum NamingSubsystemXMLElement extends Enum<NamingSubsystemXMLElement>
| Enum Constant and Description |
|---|
BINDINGS |
ENVIRONMENT |
ENVIRONMENT_PROPERTY |
EXTERNAL_CONTEXT |
LOOKUP |
OBJECT_FACTORY |
REMOTE_NAMING |
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 REMOTE_NAMING
public static final NamingSubsystemXMLElement SIMPLE
public static final NamingSubsystemXMLElement LOOKUP
public static final NamingSubsystemXMLElement OBJECT_FACTORY
public static final NamingSubsystemXMLElement ENVIRONMENT
public static final NamingSubsystemXMLElement ENVIRONMENT_PROPERTY
public static final NamingSubsystemXMLElement EXTERNAL_CONTEXT
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 © 2020 JBoss by Red Hat. All rights reserved.