public enum NamingSubsystemXMLAttribute extends Enum<NamingSubsystemXMLAttribute>
Enum Constant and Description |
---|
CACHE |
CLASS |
LOOKUP |
MODULE |
NAME |
TYPE |
UNKNOWN |
VALUE |
Modifier and Type | Method and Description |
---|---|
static NamingSubsystemXMLAttribute |
forName(String localName) |
String |
getLocalName()
Get the local name of this attribute.
|
String |
toString() |
static NamingSubsystemXMLAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamingSubsystemXMLAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamingSubsystemXMLAttribute UNKNOWN
public static final NamingSubsystemXMLAttribute CACHE
public static final NamingSubsystemXMLAttribute CLASS
public static final NamingSubsystemXMLAttribute LOOKUP
public static final NamingSubsystemXMLAttribute MODULE
public static final NamingSubsystemXMLAttribute NAME
public static final NamingSubsystemXMLAttribute TYPE
public static final NamingSubsystemXMLAttribute VALUE
public static NamingSubsystemXMLAttribute[] values()
for (NamingSubsystemXMLAttribute c : NamingSubsystemXMLAttribute.values()) System.out.println(c);
public static NamingSubsystemXMLAttribute 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 NamingSubsystemXMLAttribute forName(String localName)
public String toString()
toString
in class Enum<NamingSubsystemXMLAttribute>
Copyright © 2015 JBoss by Red Hat. All rights reserved.