public enum ELayoutType extends Enum<ELayoutType>
Enum Constant and Description |
---|
PATTERN |
Modifier and Type | Method and Description |
---|---|
EAppenderKey[] |
getAssignedKeys() |
static ELayoutType |
getByClass(String classPath) |
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 classPath)
public String getTypeClass()
public EAppenderKey[] getAssignedKeys()
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.