public class Logical extends Object
Modifier and Type | Field and Description |
---|---|
static Logical |
FALSE
the value false
|
static Logical |
TRUE
the value true
|
static Logical |
UNKNOWN
the value unknown
|
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue()
Get the value as a boolean value
|
static Logical |
fromBoolean(boolean v)
Get the value from a boolean value
|
String |
toString()
Returns "true", "false" or "unknown"
|