com.jeffpalm.util
Class UnsetBoolean

java.lang.Object
  extended by com.jeffpalm.util.UnsetBoolean
All Implemented Interfaces:
UnsetPrimitive

public final class UnsetBoolean
extends java.lang.Object


Constructor Summary
UnsetBoolean(boolean value)
           
 
Method Summary
 boolean isSet()
           
static UnsetBoolean newFalse()
           
static UnsetBoolean newTrue()
           
protected  void setIsSet(boolean isSet)
           
 void setValue(boolean value)
           
 void unset()
           
 boolean value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsetBoolean

public UnsetBoolean(boolean value)
Method Detail

newFalse

public static UnsetBoolean newFalse()

newTrue

public static UnsetBoolean newTrue()

setValue

public void setValue(boolean value)

value

public boolean value()

setIsSet

protected final void setIsSet(boolean isSet)

isSet

public final boolean isSet()
Specified by:
isSet in interface UnsetPrimitive

unset

public final void unset()
Specified by:
unset in interface UnsetPrimitive