|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.mtj.api.enumerations.PlatformType
public final class PlatformType
A representation of the literals of the enumeration 'Platform Type', and utility methods for working with them.
EnumerationsPackage.getPlatformType()| Field Summary | |
|---|---|
static int |
EXECUTABLE_EMULATOR
The 'EXECUTABLE EMULATOR' literal value. |
static PlatformType |
EXECUTABLE_EMULATOR_LITERAL
The 'EXECUTABLE EMULATOR' literal object. |
static int |
JAVA_BASED_EMULATOR
The 'JAVA BASED EMULATOR' literal value. |
static PlatformType |
JAVA_BASED_EMULATOR_LITERAL
The 'JAVA BASED EMULATOR' literal object. |
static int |
OTA_EMULATOR
The 'OTA EMULATOR' literal value. |
static PlatformType |
OTA_EMULATOR_LITERAL
The 'OTA EMULATOR' literal object. |
static int |
REAL_DEVICE
The 'REAL DEVICE' literal value. |
static PlatformType |
REAL_DEVICE_LITERAL
The 'REAL DEVICE' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Platform Type' enumerators. |
| Method Summary | |
|---|---|
static PlatformType |
get(int value)
Returns the 'Platform Type' literal with the specified value. |
static PlatformType |
get(java.lang.String name)
Returns the 'Platform Type' literal with the specified name. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int EXECUTABLE_EMULATOR
If the meaning of 'EXECUTABLE EMULATOR' literal object isn't clear, there really should be more of a description here...
EXECUTABLE_EMULATOR_LITERAL,
Constant Field Valuespublic static final int JAVA_BASED_EMULATOR
If the meaning of 'JAVA BASED EMULATOR' literal object isn't clear, there really should be more of a description here...
JAVA_BASED_EMULATOR_LITERAL,
Constant Field Valuespublic static final int OTA_EMULATOR
If the meaning of 'OTA EMULATOR' literal object isn't clear, there really should be more of a description here...
OTA_EMULATOR_LITERAL,
Constant Field Valuespublic static final int REAL_DEVICE
If the meaning of 'REAL DEVICE' literal object isn't clear, there really should be more of a description here...
REAL_DEVICE_LITERAL,
Constant Field Valuespublic static final PlatformType EXECUTABLE_EMULATOR_LITERAL
EXECUTABLE_EMULATORpublic static final PlatformType JAVA_BASED_EMULATOR_LITERAL
JAVA_BASED_EMULATORpublic static final PlatformType OTA_EMULATOR_LITERAL
OTA_EMULATORpublic static final PlatformType REAL_DEVICE_LITERAL
REAL_DEVICEpublic static final java.util.List VALUES
| Method Detail |
|---|
public static PlatformType get(java.lang.String name)
public static PlatformType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||