TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class DevState

java.lang.Object
  extended by 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

Field Summary
static int _ALARM
           
static int _CLOSE
           
static int _DISABLE
           
static int _EXTRACT
           
static int _FAULT
           
static int _INIT
           
static int _INSERT
           
static int _MOVING
           
static int _OFF
           
static int _ON
           
static int _OPEN
           
static int _RUNNING
           
static int _STANDBY
           
static int _UNKNOWN
           
static DevState ALARM
           
static DevState CLOSE
           
static DevState DISABLE
           
static DevState EXTRACT
           
static DevState FAULT
           
static DevState INIT
           
static DevState INSERT
           
static DevState MOVING
           
static DevState OFF
           
static DevState ON
           
static DevState OPEN
           
static DevState RUNNING
           
static DevState STANDBY
           
static DevState UNKNOWN
           
 
Method Summary
static DevState from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_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
Method Detail

value

public int value()

from_int

public static DevState from_int(int value)

TANGO Java API
( TangORB-7.3.3.jar)