public enum Attribute extends Enum<Attribute>
Enum Constant and Description |
---|
APPEND |
AUTOFLUSH |
CATEGORY |
CLASS |
FILE_NAME |
MAX_BACKUP_INDEX |
MAX_INCLUSIVE |
MAX_LEVEL |
MIN_INCLUSIVE |
MIN_LEVEL |
MODULE |
NAME |
NEW_LEVEL |
OVERFLOW_ACTION |
PATH |
PATTERN |
QUEUE_LENGTH |
RELATIVE_TO |
REPLACE_ALL |
REPLACEMENT |
ROTATE_SIZE |
SUFFIX |
TARGET |
UNKNOWN |
USE_PARENT_HANDLERS |
VALUE |
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 CATEGORY
public static final Attribute CLASS
public static final Attribute FILE_NAME
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 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_SIZE
public static final Attribute SUFFIX
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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.