|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.steptools.stdev.keystone.Logical
public class Logical
Represents an instances of an EXPRESS logical value.
| Field Summary | |
|---|---|
static Logical |
FALSE
the value false |
static Logical |
TRUE
the value true |
static Logical |
UNKNOWN
the value unknown |
| Method Summary | |
|---|---|
boolean |
booleanValue()
Get the value as a boolean value |
static Logical |
fromBoolean(boolean v)
Get the value from a boolean value |
java.lang.String |
toString()
Returns "true", "false" or "unknown" |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Logical TRUE
public static final Logical FALSE
public static final Logical UNKNOWN
| Method Detail |
|---|
public static Logical fromBoolean(boolean v)
public boolean booleanValue()
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 | ||||||||