|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MoveKind>
de.cau.cs.kieler.krep.editors.klp.klp.MoveKind
public enum MoveKind
A representation of the literals of the enumeration 'Move Kind', and utility methods for working with them.
KlpPackage.getMoveKind()
Enum Constant Summary | |
---|---|
CCMOV
The 'Ccmov' literal object. |
|
CMOV
The 'Cmov' literal object. |
|
ICMOV
The 'Icmov' literal object. |
|
IVMOV
The 'Ivmov' literal object. |
|
VCMOV
The 'Vcmov' literal object. |
|
VVMOV
The 'Vvmov' literal object. |
Field Summary | |
---|---|
static int |
CCMOV_VALUE
The 'Ccmov' literal value. |
static int |
CMOV_VALUE
The 'Cmov' literal value. |
static int |
ICMOV_VALUE
The 'Icmov' literal value. |
static int |
IVMOV_VALUE
The 'Ivmov' literal value. |
static List<MoveKind> |
VALUES
A public read-only list of all the 'Move Kind' enumerators. |
static int |
VCMOV_VALUE
The 'Vcmov' literal value. |
static int |
VVMOV_VALUE
The 'Vvmov' literal value. |
Method Summary | |
---|---|
static MoveKind |
get(int value)
Returns the 'Move Kind' literal with the specified integer value. |
static MoveKind |
get(String literal)
Returns the 'Move Kind' literal with the specified literal value. |
static MoveKind |
getByName(String name)
Returns the 'Move 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 MoveKind |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MoveKind[] |
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 MoveKind CMOV
CMOV_VALUE
public static final MoveKind VCMOV
VCMOV_VALUE
public static final MoveKind VVMOV
VVMOV_VALUE
public static final MoveKind CCMOV
CCMOV_VALUE
public static final MoveKind IVMOV
IVMOV_VALUE
public static final MoveKind ICMOV
ICMOV_VALUE
Field Detail |
---|
public static final int CMOV_VALUE
If the meaning of 'Cmov' literal object isn't clear, there really should be more of a description here...
CMOV
,
Constant Field Valuesname | = | cmov |
literal | = | CVMOV |
public static final int VCMOV_VALUE
If the meaning of 'Vcmov' literal object isn't clear, there really should be more of a description here...
VCMOV
,
Constant Field Valuesname | = | vcmov |
literal | = | VCMOV |
public static final int VVMOV_VALUE
If the meaning of 'Vvmov' literal object isn't clear, there really should be more of a description here...
VVMOV
,
Constant Field Valuesname | = | vvmov |
literal | = | VVMOV |
public static final int CCMOV_VALUE
If the meaning of 'Ccmov' literal object isn't clear, there really should be more of a description here...
CCMOV
,
Constant Field Valuesname | = | ccmov |
literal | = | CCMOV |
public static final int IVMOV_VALUE
If the meaning of 'Ivmov' literal object isn't clear, there really should be more of a description here...
IVMOV
,
Constant Field Valuesname | = | ivmov |
literal | = | IVMOV |
public static final int ICMOV_VALUE
If the meaning of 'Icmov' literal object isn't clear, there really should be more of a description here...
ICMOV
,
Constant Field Valuesname | = | icmov |
literal | = | ICMOV |
public static final List<MoveKind> VALUES
Method Detail |
---|
public static MoveKind[] values()
for (MoveKind c : MoveKind.values()) System.out.println(c);
public static MoveKind 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 MoveKind get(String literal)
public static MoveKind getByName(String name)
public static MoveKind get(int value)
public int getValue()
getValue
in interface Enumerator
public String getName()
getName
in interface Enumerator
public String getLiteral()
getLiteral
in interface Enumerator
public String toString()
toString
in class Enum<MoveKind>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |