public enum Attribute extends Enum<Attribute>
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
forName(String localName) |
AttributeDefinition |
getDefinition() |
String |
getLocalName()
Get the local name of this attribute.
|
static Map<String,Attribute> |
getMap() |
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 APPEND
public static final Attribute AUTOFLUSH
public static final Attribute BLOCK_ON_RECONNECT
public static final Attribute CATEGORY
public static final Attribute CLASS
public static final Attribute COLOR_MAP
public static final Attribute ENABLED
public static final Attribute MIN_INCLUSIVE
public static final Attribute MIN_LEVEL
public static final Attribute MAX_BACKUP_INDEX
public static final Attribute MAX_INCLUSIVE
public static final Attribute MAX_LEVEL
public static final Attribute MODULE
public static final Attribute NAME
public static final Attribute NEW_LEVEL
public static final Attribute OUTBOUND_SOCKET_BINDING_REF
public static final Attribute OVERFLOW_ACTION
public static final Attribute PATH
public static final Attribute PATTERN
public static final Attribute QUEUE_LENGTH
public static final Attribute RELATIVE_TO
public static final Attribute REPLACEMENT
public static final Attribute REPLACE_ALL
public static final Attribute ROTATE_ON_BOOT
public static final Attribute ROTATE_SIZE
public static final Attribute SSL_CONTEXT
public static final Attribute SUFFIX
public static final Attribute SYSLOG_TYPE
public static final Attribute TARGET
public static final Attribute USE_PARENT_HANDLERS
public static final Attribute VALUE
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()
public AttributeDefinition getDefinition()
Copyright © 2021 JBoss by Red Hat. All rights reserved.