public enum EEF_TOGGLE_STYLE extends java.lang.Enum<EEF_TOGGLE_STYLE> implements org.eclipse.emf.common.util.Enumerator
EefPackage.getEEF_TOGGLE_STYLE()
Enum Constant and Description |
---|
NONE
The 'NONE' literal object.
|
TREE_NODE
The 'TREE NODE' literal object.
|
TWISTIE
The 'TWISTIE' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
NONE_VALUE
The 'NONE' literal value.
|
static int |
TREE_NODE_VALUE
The 'TREE NODE' literal value.
|
static int |
TWISTIE_VALUE
The 'TWISTIE' literal value.
|
static java.util.List<EEF_TOGGLE_STYLE> |
VALUES
A public read-only list of all the 'EEF TOGGLE STYLE' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static EEF_TOGGLE_STYLE |
get(int value)
Returns the 'EEF TOGGLE STYLE' literal with the specified integer value.
|
static EEF_TOGGLE_STYLE |
get(java.lang.String literal)
Returns the 'EEF TOGGLE STYLE' literal with the specified literal value.
|
static EEF_TOGGLE_STYLE |
getByName(java.lang.String name)
Returns the 'EEF TOGGLE STYLE' 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_TOGGLE_STYLE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EEF_TOGGLE_STYLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EEF_TOGGLE_STYLE TWISTIE
TWISTIE_VALUE
public static final EEF_TOGGLE_STYLE TREE_NODE
TREE_NODE_VALUE
public static final EEF_TOGGLE_STYLE NONE
NONE_VALUE
public static final int TWISTIE_VALUE
If the meaning of 'TWISTIE' literal object isn't clear, there really should be more of a description here...
TWISTIE
,
Constant Field Valuespublic static final int TREE_NODE_VALUE
If the meaning of 'TREE NODE' literal object isn't clear, there really should be more of a description here...
TREE_NODE
,
Constant Field Valuespublic static final int NONE_VALUE
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONE
,
Constant Field Valuespublic static final java.util.List<EEF_TOGGLE_STYLE> VALUES
public static EEF_TOGGLE_STYLE[] values()
for (EEF_TOGGLE_STYLE c : EEF_TOGGLE_STYLE.values()) System.out.println(c);
public static EEF_TOGGLE_STYLE 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_TOGGLE_STYLE get(java.lang.String literal)
literal
- the literal.null
.public static EEF_TOGGLE_STYLE getByName(java.lang.String name)
name
- the name.null
.public static EEF_TOGGLE_STYLE get(int value)
value
- the integer value.null
.public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<EEF_TOGGLE_STYLE>