public class ExpBoolean extends Object
Modifier and Type | Field and Description |
---|---|
static ExpBoolean |
FALSE
The value false
|
static ExpBoolean |
TRUE
The value true
|
Modifier and Type | Method and Description |
---|---|
boolean |
booleanValue()
Get the value as a boolean
|
static ExpBoolean |
fromBoolean(boolean v)
Get the value from a java boolean value
|
Logical |
logicalValue()
Get the value as logical value
|
String |
toString()
Returns "true" or "false"
|
public static final ExpBoolean TRUE
public static final ExpBoolean FALSE
public static ExpBoolean fromBoolean(boolean v)
public boolean booleanValue()
public Logical logicalValue()