FairCom.CtreeDb.Types
Class OPS_STATE

java.lang.Object
  extended by FairCom.CtreeDb.Types.OPS_STATE

public class OPS_STATE
extends java.lang.Object


Field Summary
static int OFF
          Turn a status bit off.
static int ON
          Turn a status bit on.
static int RETURN
          Return the entire status word.
static int SET
          Set the entire status word.
 
Constructor Summary
OPS_STATE()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OFF

public static final int OFF
Turn a status bit off.

See Also:
Constant Field Values

SET

public static final int SET
Set the entire status word.

See Also:
Constant Field Values

ON

public static final int ON
Turn a status bit on.

See Also:
Constant Field Values

RETURN

public static final int RETURN
Return the entire status word.

See Also:
Constant Field Values
Constructor Detail

OPS_STATE

public OPS_STATE()