public enum Attribute extends Enum<Attribute>
Modifier and Type | Method and Description |
---|---|
static Attribute |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
static Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attribute UNKNOWN
public static final Attribute NO_NAMESPACE_SCHEMA_LOCATION
public static final Attribute SCHEMA_LOCATION
public static final Attribute AUTO_START
public static final Attribute ATTRIBUTE
public static final Attribute BASE_DN
public static final Attribute BOOT_TIME
public static final Attribute CODE
public static final Attribute CONNECTION
public static final Attribute CONNECTOR
public static final Attribute CONSOLE_ENABLED
public static final Attribute DEFAULT_INTERFACE
public static final Attribute DEBUG_ENABLED
public static final Attribute DEBUG_OPTIONS
public static final Attribute DESTINATION_ADDRESS
public static final Attribute DIRECTORY_GROUPING
public static final Attribute DESTINATION_PORT
public static final Attribute ENABLED
public static final Attribute ENV_CLASSPATH_IGNORED
public static final Attribute FILE
public static final Attribute FILTER
public static final Attribute FIXED_PORT
public static final Attribute FIXED_SOURCE_PORT
public static final Attribute GROUP
public static final Attribute HOST
public static final Attribute HTTP
public static final Attribute HTTPS
public static final Attribute INITIAL_CONTEXT_FACTORY
public static final Attribute INTERFACE
public static final Attribute JAVA_HOME
public static final Attribute MANAGEMENT_SUBSYSTEM_ENDPOINT
public static final Attribute MAX_SIZE
public static final Attribute MAX_THREADS
public static final Attribute MODULE
public static final Attribute MULTICAST_ADDRESS
public static final Attribute MULTICAST_PORT
public static final Attribute NAME
public static final Attribute NATIVE
public static final Attribute PASSWORD
public static final Attribute PATH
public static final Attribute PATTERN
public static final Attribute PLAIN_TEXT
public static final Attribute PORT
public static final Attribute PORT_OFFSET
public static final Attribute PREFIX
public static final Attribute PROFILE
public static final Attribute PROTOCOL
public static final Attribute RECURSIVE
public static final Attribute REF
public static final Attribute RELATIVE_TO
public static final Attribute RUNTIME_NAME
public static final Attribute SEARCH_CREDENTIAL
public static final Attribute SEARCH_DN
public static final Attribute SECURE_PORT
public static final Attribute SECURITY_REALM
public static final Attribute SHA1
public static final Attribute SIZE
public static final Attribute SOCKET_BINDING_GROUP
public static final Attribute SOCKET_BINDING_REF
public static final Attribute SOURCE_INTERFACE
public static final Attribute SOURCE_NETWORK
public static final Attribute SOURCE_PORT
public static final Attribute TYPE
public static final Attribute URL
public static final Attribute USER
public static final Attribute USER_DN
public static final Attribute USERNAME
public static final Attribute USERNAME_ATTRIBUTE
public static final Attribute VALUE
public static final Attribute WILDCARD
public static Attribute[] values()
for (Attribute c : Attribute.values()) System.out.println(c);
public static Attribute 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()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.