org.eclipse.mtj.api.enumerations
Class DeviceStatus

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

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

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

See Also:
EnumerationsPackage.getDeviceStatus()

Field Summary
static int DEVICE_STATUS_ERROR
          The 'DEVICE STATUS ERROR' literal value.
static DeviceStatus DEVICE_STATUS_ERROR_LITERAL
          The 'DEVICE STATUS ERROR' literal object.
static int DEVICE_STATUS_NOT_CONNECTED
          The 'DEVICE STATUS NOT CONNECTED' literal value.
static DeviceStatus DEVICE_STATUS_NOT_CONNECTED_LITERAL
          The 'DEVICE STATUS NOT CONNECTED' literal object.
static int DEVICE_STATUS_OK
          The 'DEVICE STATUS OK' literal value.
static DeviceStatus DEVICE_STATUS_OK_LITERAL
          The 'DEVICE STATUS OK' literal object.
static int DEVICE_STATUS_UNKNOWN
          The 'DEVICE STATUS UNKNOWN' literal value.
static DeviceStatus DEVICE_STATUS_UNKNOWN_LITERAL
          The 'DEVICE STATUS UNKNOWN' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Device Status' enumerators.
 
Method Summary
static DeviceStatus get(int value)
          Returns the 'Device Status' literal with the specified value.
static DeviceStatus get(java.lang.String name)
          Returns the 'Device Status' 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

DEVICE_STATUS_OK

public static final int DEVICE_STATUS_OK
The 'DEVICE STATUS OK' literal value.

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

See Also:
DEVICE_STATUS_OK_LITERAL, Constant Field Values

DEVICE_STATUS_ERROR

public static final int DEVICE_STATUS_ERROR
The 'DEVICE STATUS ERROR' literal value.

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

See Also:
DEVICE_STATUS_ERROR_LITERAL, Constant Field Values

DEVICE_STATUS_NOT_CONNECTED

public static final int DEVICE_STATUS_NOT_CONNECTED
The 'DEVICE STATUS NOT CONNECTED' literal value.

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

See Also:
DEVICE_STATUS_NOT_CONNECTED_LITERAL, Constant Field Values

DEVICE_STATUS_UNKNOWN

public static final int DEVICE_STATUS_UNKNOWN
The 'DEVICE STATUS UNKNOWN' literal value.

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

See Also:
DEVICE_STATUS_UNKNOWN_LITERAL, Constant Field Values

DEVICE_STATUS_OK_LITERAL

public static final DeviceStatus DEVICE_STATUS_OK_LITERAL
The 'DEVICE STATUS OK' literal object.

See Also:
DEVICE_STATUS_OK

DEVICE_STATUS_ERROR_LITERAL

public static final DeviceStatus DEVICE_STATUS_ERROR_LITERAL
The 'DEVICE STATUS ERROR' literal object.

See Also:
DEVICE_STATUS_ERROR

DEVICE_STATUS_NOT_CONNECTED_LITERAL

public static final DeviceStatus DEVICE_STATUS_NOT_CONNECTED_LITERAL
The 'DEVICE STATUS NOT CONNECTED' literal object.

See Also:
DEVICE_STATUS_NOT_CONNECTED

DEVICE_STATUS_UNKNOWN_LITERAL

public static final DeviceStatus DEVICE_STATUS_UNKNOWN_LITERAL
The 'DEVICE STATUS UNKNOWN' literal object.

See Also:
DEVICE_STATUS_UNKNOWN

VALUES

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

Method Detail

get

public static DeviceStatus get(java.lang.String name)
Returns the 'Device Status' literal with the specified name.


get

public static DeviceStatus get(int value)
Returns the 'Device Status' literal with the specified value.