org.eclipse.mtj.api.enumerations
Class PlatformType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.mtj.api.enumerations.PlatformType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class PlatformType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Platform Type', and utility methods for working with them.

See Also:
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

EXECUTABLE_EMULATOR

public static final int EXECUTABLE_EMULATOR
The 'EXECUTABLE EMULATOR' literal value.

If the meaning of 'EXECUTABLE EMULATOR' literal object isn't clear, there really should be more of a description here...

See Also:
EXECUTABLE_EMULATOR_LITERAL, Constant Field Values

JAVA_BASED_EMULATOR

public static final int JAVA_BASED_EMULATOR
The 'JAVA BASED EMULATOR' literal value.

If the meaning of 'JAVA BASED EMULATOR' literal object isn't clear, there really should be more of a description here...

See Also:
JAVA_BASED_EMULATOR_LITERAL, Constant Field Values

OTA_EMULATOR

public static final int OTA_EMULATOR
The 'OTA EMULATOR' literal value.

If the meaning of 'OTA EMULATOR' literal object isn't clear, there really should be more of a description here...

See Also:
OTA_EMULATOR_LITERAL, Constant Field Values

REAL_DEVICE

public static final int REAL_DEVICE
The 'REAL DEVICE' literal value.

If the meaning of 'REAL DEVICE' literal object isn't clear, there really should be more of a description here...

See Also:
REAL_DEVICE_LITERAL, Constant Field Values

EXECUTABLE_EMULATOR_LITERAL

public static final PlatformType EXECUTABLE_EMULATOR_LITERAL
The 'EXECUTABLE EMULATOR' literal object.

See Also:
EXECUTABLE_EMULATOR

JAVA_BASED_EMULATOR_LITERAL

public static final PlatformType JAVA_BASED_EMULATOR_LITERAL
The 'JAVA BASED EMULATOR' literal object.

See Also:
JAVA_BASED_EMULATOR

OTA_EMULATOR_LITERAL

public static final PlatformType OTA_EMULATOR_LITERAL
The 'OTA EMULATOR' literal object.

See Also:
OTA_EMULATOR

REAL_DEVICE_LITERAL

public static final PlatformType REAL_DEVICE_LITERAL
The 'REAL DEVICE' literal object.

See Also:
REAL_DEVICE

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Platform Type' enumerators.

Method Detail

get

public static PlatformType get(java.lang.String name)
Returns the 'Platform Type' literal with the specified name.


get

public static PlatformType get(int value)
Returns the 'Platform Type' literal with the specified value.