borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.util 

TriState interface

borland.jbcl.util.TriState

About the TriState interface

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.


TriState variables

Variables defined in this interface


TriState variables

NO

  public static final int NO = 0
A no state.

UNKNOWN

  public static final int UNKNOWN = -1
The state is unknown.

YES

  public static final int YES = 1
A yes state.