![]() | [using it] | Interface Manipulation Package v4.0 (2008-06-25) | ![]() | ©copyright | ![]() |
java.lang.Objectimp.core.Value
imp.core.Condition
public class Condition
Implements a boolean value.
Field Summary |
---|
Fields inherited from class imp.core.Value |
---|
NULL |
Method Summary | |
---|---|
boolean |
booleanValue()
Returns the value as a boolean. |
static boolean |
booleanValue(Value value,
boolean optionalDefaultValue)
Returns the value as a boolean. |
boolean |
getValue()
Gets this boolean value. |
Methods inherited from class imp.core.Value |
---|
add, create, elements, fields, get, getType, getWrapping, isName, length, load, main, save, set, toString, wrappedObject |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public final boolean booleanValue()
public static final boolean booleanValue(Value value, boolean optionalDefaultValue)
public final boolean getValue()