Package org.jboss.as.naming.subsystem
Enum NamingSubsystemXMLAttribute
java.lang.Object
java.lang.Enum<NamingSubsystemXMLAttribute>
org.jboss.as.naming.subsystem.NamingSubsystemXMLAttribute
- All Implemented Interfaces:
Serializable,Comparable<NamingSubsystemXMLAttribute>
- Author:
- Stuart Douglas
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic NamingSubsystemXMLAttributeGet the local name of this attribute.toString()static NamingSubsystemXMLAttributeReturns 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.
-
Enum Constant Details
-
UNKNOWN
-
CACHE
-
CLASS
-
LOOKUP
-
MODULE
-
NAME
-
TYPE
-
VALUE
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getLocalName
Get the local name of this attribute.- Returns:
- the local name
-
forName
-
toString
- Overrides:
toStringin classEnum<NamingSubsystemXMLAttribute>
-