|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.keystone.ExpBoolean
public class ExpBoolean
Represents an instances of an EXPRESS boolean value. This class is used rather than the boolean primitive type because it is not possible to specify an unset value using the java primitive.
| Field Summary | |
|---|---|
static ExpBoolean |
FALSE
The value false |
static ExpBoolean |
TRUE
The value true |
| Method Summary | |
|---|---|
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 |
java.lang.String |
toString()
Returns "true" or "false" |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ExpBoolean TRUE
public static final ExpBoolean FALSE
| Method Detail |
|---|
public static ExpBoolean fromBoolean(boolean v)
public boolean booleanValue()
public Logical logicalValue()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||