:: com :: sun :: star :: util ::
|
unpublished |
enum TriState |
|
|
- Usage Restrictions
- not published
- Description
- This enumeration represents a tristate value.
This enumeration defines three values, true, false and a don't know
value.
|
Values |
NO |
The value is equivalent to false.
|
YES |
The value is equivalent to true.
|
INDETERMINATE |
The value is indeterminate.
|
Values' Details |
NO
NO,
- Description
- The value is equivalent to false.
|
|
YES
YES,
- Description
- The value is equivalent to true.
|
|
INDETERMINATE
INDETERMINATE,
- Description
- The value is indeterminate.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.