public enum EEF_FILL_LAYOUT_ORIENTATION extends java.lang.Enum<EEF_FILL_LAYOUT_ORIENTATION> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
HORIZONTAL
The 'HORIZONTAL' literal object.
|
VERTICAL
The 'VERTICAL' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
HORIZONTAL_VALUE
The 'HORIZONTAL' literal value.
|
static java.util.List<EEF_FILL_LAYOUT_ORIENTATION> |
VALUES
A public read-only list of all the 'EEF FILL LAYOUT ORIENTATION' enumerators.
|
static int |
VERTICAL_VALUE
The 'VERTICAL' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static EEF_FILL_LAYOUT_ORIENTATION |
get(int value)
Returns the 'EEF FILL LAYOUT ORIENTATION' literal with the specified integer value.
|
static EEF_FILL_LAYOUT_ORIENTATION |
get(java.lang.String literal)
Returns the 'EEF FILL LAYOUT ORIENTATION' literal with the specified literal value.
|
static EEF_FILL_LAYOUT_ORIENTATION |
getByName(java.lang.String name)
Returns the 'EEF FILL LAYOUT ORIENTATION' literal with the specified name.
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static EEF_FILL_LAYOUT_ORIENTATION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EEF_FILL_LAYOUT_ORIENTATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EEF_FILL_LAYOUT_ORIENTATION VERTICAL
VERTICAL_VALUEpublic static final EEF_FILL_LAYOUT_ORIENTATION HORIZONTAL
HORIZONTAL_VALUEpublic static final int VERTICAL_VALUE
If the meaning of 'VERTICAL' literal object isn't clear, there really should be more of a description here...
VERTICAL,
Constant Field Valuespublic static final int HORIZONTAL_VALUE
If the meaning of 'HORIZONTAL' literal object isn't clear, there really should be more of a description here...
HORIZONTAL,
Constant Field Valuespublic static final java.util.List<EEF_FILL_LAYOUT_ORIENTATION> VALUES
public static EEF_FILL_LAYOUT_ORIENTATION[] values()
for (EEF_FILL_LAYOUT_ORIENTATION c : EEF_FILL_LAYOUT_ORIENTATION.values()) System.out.println(c);
public static EEF_FILL_LAYOUT_ORIENTATION 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 EEF_FILL_LAYOUT_ORIENTATION get(java.lang.String literal)
public static EEF_FILL_LAYOUT_ORIENTATION getByName(java.lang.String name)
public static EEF_FILL_LAYOUT_ORIENTATION get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<EEF_FILL_LAYOUT_ORIENTATION>