fr.esrf.Tango
Class DevState
java.lang.Object
fr.esrf.Tango.DevState
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class DevState
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Generated from IDL definition of enum "DevState"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_ON
public static final int _ON
- See Also:
- Constant Field Values
ON
public static final DevState ON
_OFF
public static final int _OFF
- See Also:
- Constant Field Values
OFF
public static final DevState OFF
_CLOSE
public static final int _CLOSE
- See Also:
- Constant Field Values
CLOSE
public static final DevState CLOSE
_OPEN
public static final int _OPEN
- See Also:
- Constant Field Values
OPEN
public static final DevState OPEN
_INSERT
public static final int _INSERT
- See Also:
- Constant Field Values
INSERT
public static final DevState INSERT
_EXTRACT
public static final int _EXTRACT
- See Also:
- Constant Field Values
EXTRACT
public static final DevState EXTRACT
_MOVING
public static final int _MOVING
- See Also:
- Constant Field Values
MOVING
public static final DevState MOVING
_STANDBY
public static final int _STANDBY
- See Also:
- Constant Field Values
STANDBY
public static final DevState STANDBY
_FAULT
public static final int _FAULT
- See Also:
- Constant Field Values
FAULT
public static final DevState FAULT
_INIT
public static final int _INIT
- See Also:
- Constant Field Values
INIT
public static final DevState INIT
_RUNNING
public static final int _RUNNING
- See Also:
- Constant Field Values
RUNNING
public static final DevState RUNNING
_ALARM
public static final int _ALARM
- See Also:
- Constant Field Values
ALARM
public static final DevState ALARM
_DISABLE
public static final int _DISABLE
- See Also:
- Constant Field Values
DISABLE
public static final DevState DISABLE
_UNKNOWN
public static final int _UNKNOWN
- See Also:
- Constant Field Values
UNKNOWN
public static final DevState UNKNOWN
value
public int value()
from_int
public static DevState from_int(int value)