com.jeffpalm.util
Class UnsetBoolean
java.lang.Object
   com.jeffpalm.util.UnsetBoolean
com.jeffpalm.util.UnsetBoolean
- All Implemented Interfaces: 
- UnsetPrimitive
- public final class UnsetBoolean 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UnsetBoolean
public UnsetBoolean(boolean value)
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:
- isSetin interface- UnsetPrimitive
 
- 
 
unset
public final void unset()
- 
- Specified by:
- unsetin interface- UnsetPrimitive
 
-