Enum Constant and Description |
---|
DYNAMIC |
FULL_QUARTER_SPLIT |
FULL_SCREEN |
HALF_HORIZONTAL |
HALF_HORIZONTAL_BOTTOM_SPLIT |
HALF_HORIZONTAL_TOP_SPLIT |
HALF_VERTICAL |
HALF_VERTICAL_LEFT_SPLIT |
HALF_VERTICAL_RIGHT_SPLIT |
INVALID |
Modifier and Type | Field and Description |
---|---|
protected short |
value |
Modifier and Type | Method and Description |
---|---|
static ExdLayout |
getByValue(java.lang.Short value) |
static java.lang.String |
getStringFromValue(ExdLayout value)
Retrieves the String Representation of the Value
|
short |
getValue() |
static ExdLayout |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExdLayout[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExdLayout FULL_SCREEN
public static final ExdLayout HALF_VERTICAL
public static final ExdLayout HALF_HORIZONTAL
public static final ExdLayout HALF_VERTICAL_RIGHT_SPLIT
public static final ExdLayout HALF_HORIZONTAL_BOTTOM_SPLIT
public static final ExdLayout FULL_QUARTER_SPLIT
public static final ExdLayout HALF_VERTICAL_LEFT_SPLIT
public static final ExdLayout HALF_HORIZONTAL_TOP_SPLIT
public static final ExdLayout DYNAMIC
public static final ExdLayout INVALID
public static ExdLayout[] values()
for (ExdLayout c : ExdLayout.values()) System.out.println(c);
public static ExdLayout valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static ExdLayout getByValue(java.lang.Short value)
public static java.lang.String getStringFromValue(ExdLayout value)
value
- The enum constantpublic short getValue()