|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StandardEntryKind>
org.eclipse.gmf.codegen.gmfgen.StandardEntryKind
public enum StandardEntryKind
A representation of the literals of the enumeration 'Standard Entry Kind', and utility methods for working with them.
GMFGenPackage.getStandardEntryKind()
Enum Constant Summary | |
---|---|
MARQUEE_LITERAL
The 'MARQUEE' literal object. |
|
SELECT_LITERAL
The 'SELECT' literal object. |
|
ZOOM_LITERAL
The 'ZOOM' literal object. |
Field Summary | |
---|---|
static int |
MARQUEE
The 'MARQUEE' literal value. |
static int |
SELECT
The 'SELECT' literal value. |
static List<StandardEntryKind> |
VALUES
A public read-only list of all the 'Standard Entry Kind' enumerators. |
static int |
ZOOM
The 'ZOOM' literal value. |
Method Summary | |
---|---|
static StandardEntryKind |
get(int value)
Returns the 'Standard Entry Kind' literal with the specified integer value. |
static StandardEntryKind |
get(String literal)
Returns the 'Standard Entry Kind' literal with the specified literal value. |
static StandardEntryKind |
getByName(String name)
Returns the 'Standard Entry Kind' literal with the specified name. |
String |
getLiteral()
|
String |
getName()
|
int |
getValue()
|
String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static StandardEntryKind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StandardEntryKind[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StandardEntryKind SELECT_LITERAL
SELECT
public static final StandardEntryKind MARQUEE_LITERAL
MARQUEE
public static final StandardEntryKind ZOOM_LITERAL
ZOOM
Field Detail |
---|
public static final int SELECT
If the meaning of 'SELECT' literal object isn't clear, there really should be more of a description here...
SELECT_LITERAL
,
Constant Field Valuespublic static final int MARQUEE
If the meaning of 'MARQUEE' literal object isn't clear, there really should be more of a description here...
MARQUEE_LITERAL
,
Constant Field Valuespublic static final int ZOOM
If the meaning of 'ZOOM' literal object isn't clear, there really should be more of a description here...
ZOOM_LITERAL
,
Constant Field Valuespublic static final List<StandardEntryKind> VALUES
Method Detail |
---|
public static StandardEntryKind[] values()
for (StandardEntryKind c : StandardEntryKind.values()) System.out.println(c);
public static StandardEntryKind valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static StandardEntryKind get(String literal)
public static StandardEntryKind getByName(String name)
public static StandardEntryKind get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public String toString()
toString
in class Enum<StandardEntryKind>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |