public enum EEF_TITLE_BAR_STYLE extends java.lang.Enum<EEF_TITLE_BAR_STYLE> implements org.eclipse.emf.common.util.Enumerator
EefPackage.getEEF_TITLE_BAR_STYLE()
Enum Constant and Description |
---|
NO_TITLE
The 'NO TITLE' literal object.
|
SHORT_TITLE_BAR
The 'SHORT TITLE BAR' literal object.
|
TITLE_BAR
The 'TITLE BAR' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
NO_TITLE_VALUE
The 'NO TITLE' literal value.
|
static int |
SHORT_TITLE_BAR_VALUE
The 'SHORT TITLE BAR' literal value.
|
static int |
TITLE_BAR_VALUE
The 'TITLE BAR' literal value.
|
static java.util.List<EEF_TITLE_BAR_STYLE> |
VALUES
A public read-only list of all the 'EEF TITLE BAR STYLE' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static EEF_TITLE_BAR_STYLE |
get(int value)
Returns the 'EEF TITLE BAR STYLE' literal with the specified integer value.
|
static EEF_TITLE_BAR_STYLE |
get(java.lang.String literal)
Returns the 'EEF TITLE BAR STYLE' literal with the specified literal value.
|
static EEF_TITLE_BAR_STYLE |
getByName(java.lang.String name)
Returns the 'EEF TITLE BAR 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_TITLE_BAR_STYLE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EEF_TITLE_BAR_STYLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EEF_TITLE_BAR_STYLE TITLE_BAR
TITLE_BAR_VALUE
public static final EEF_TITLE_BAR_STYLE SHORT_TITLE_BAR
SHORT_TITLE_BAR_VALUE
public static final EEF_TITLE_BAR_STYLE NO_TITLE
NO_TITLE_VALUE
public static final int TITLE_BAR_VALUE
If the meaning of 'TITLE BAR' literal object isn't clear, there really should be more of a description here...
TITLE_BAR
,
Constant Field Valuespublic static final int SHORT_TITLE_BAR_VALUE
If the meaning of 'SHORT TITLE BAR' literal object isn't clear, there really should be more of a description here...
SHORT_TITLE_BAR
,
Constant Field Valuespublic static final int NO_TITLE_VALUE
If the meaning of 'NO TITLE' literal object isn't clear, there really should be more of a description here...
NO_TITLE
,
Constant Field Valuespublic static final java.util.List<EEF_TITLE_BAR_STYLE> VALUES
public static EEF_TITLE_BAR_STYLE[] values()
for (EEF_TITLE_BAR_STYLE c : EEF_TITLE_BAR_STYLE.values()) System.out.println(c);
public static EEF_TITLE_BAR_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_TITLE_BAR_STYLE get(java.lang.String literal)
literal
- the literal.null
.public static EEF_TITLE_BAR_STYLE getByName(java.lang.String name)
name
- the name.null
.public static EEF_TITLE_BAR_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_TITLE_BAR_STYLE>