borland Packages Class Hierarchy jbcl.util Package Index
borland.jbcl.util.TriState
Variables
An interface used to implement objects that can have three states: yes, no, and unknown. The three variables control the state of the object.
public static final int NO = 0A no state.
public static final int UNKNOWN = -1The state is unknown.
public static final int YES = 1A yes state.