public enum ELayoutType extends Enum<ELayoutType>
Enum Constant and Description |
---|
PATTERN |
Modifier and Type | Method and Description |
---|---|
EAppenderKey[] |
getAssignedKeys() |
static ELayoutType |
getByClass(String absoluteClassName)
Returns the layout by the given absolute layout class name
|
String |
getTypeClass() |
static ELayoutType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELayoutType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELayoutType PATTERN
public static ELayoutType[] values()
for (ELayoutType c : ELayoutType.values()) System.out.println(c);
public static ELayoutType 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 static ELayoutType getByClass(String absoluteClassName)
absoluteClassName
- String
the absolute class nameELayoutType
of the given class namepublic EAppenderKey[] getAssignedKeys()
EAppenderKey
s of the layout classCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.