org.jwarp.util
Class Tristate

java.lang.Object
  |
  +--org.jwarp.util.Tristate

public class Tristate
extends java.lang.Object


Field Summary
static short TRISTATE_ANY
           
static short TRISTATE_FALSE
           
static short TRISTATE_TRUE
           
static short TRISTATE_UNKNOWN
           
(package private)  short value
           
 
Constructor Summary
Tristate(short value)
           
 
Method Summary
 short getValue()
           
 void setValue(short value)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRISTATE_TRUE

public static final short TRISTATE_TRUE

TRISTATE_FALSE

public static final short TRISTATE_FALSE

TRISTATE_ANY

public static final short TRISTATE_ANY

TRISTATE_UNKNOWN

public static final short TRISTATE_UNKNOWN

value

short value
Constructor Detail

Tristate

public Tristate(short value)
Method Detail

getValue

public short getValue()

setValue

public void setValue(short value)

©   O R C A   S y s t e m s