Imp
[using it]
Interface Manipulation Package v4.0 (2008-06-25) a-projector ©copyright Author


imp.core
Class Condition

java.lang.Object
  extended by imp.core.Value
      extended by imp.core.Condition
All Implemented Interfaces:
Cloneable, Comparable<Value>

public class Condition
extends Value

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

booleanValue

public final boolean booleanValue()
Returns the value as a boolean.


booleanValue

public static final boolean booleanValue(Value value,
                                         boolean optionalDefaultValue)
Returns the value as a boolean.


getValue

public final boolean getValue()
Gets this boolean value.