|
||||||||||
| 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.DeviceStatus
public final class DeviceStatus
A representation of the literals of the enumeration 'Device Status', and utility methods for working with them.
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 |
|---|
public static final int DEVICE_STATUS_OK
If the meaning of 'DEVICE STATUS OK' literal object isn't clear, there really should be more of a description here...
DEVICE_STATUS_OK_LITERAL,
Constant Field Valuespublic static final int DEVICE_STATUS_ERROR
If the meaning of 'DEVICE STATUS ERROR' literal object isn't clear, there really should be more of a description here...
DEVICE_STATUS_ERROR_LITERAL,
Constant Field Valuespublic static final int DEVICE_STATUS_NOT_CONNECTED
If the meaning of 'DEVICE STATUS NOT CONNECTED' literal object isn't clear, there really should be more of a description here...
DEVICE_STATUS_NOT_CONNECTED_LITERAL,
Constant Field Valuespublic static final int DEVICE_STATUS_UNKNOWN
If the meaning of 'DEVICE STATUS UNKNOWN' literal object isn't clear, there really should be more of a description here...
DEVICE_STATUS_UNKNOWN_LITERAL,
Constant Field Valuespublic static final DeviceStatus DEVICE_STATUS_OK_LITERAL
DEVICE_STATUS_OKpublic static final DeviceStatus DEVICE_STATUS_ERROR_LITERAL
DEVICE_STATUS_ERRORpublic static final DeviceStatus DEVICE_STATUS_NOT_CONNECTED_LITERAL
DEVICE_STATUS_NOT_CONNECTEDpublic static final DeviceStatus DEVICE_STATUS_UNKNOWN_LITERAL
DEVICE_STATUS_UNKNOWNpublic static final java.util.List VALUES
| Method Detail |
|---|
public static DeviceStatus get(java.lang.String name)
public static DeviceStatus get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||