com.bristle.javalib.util
Class GetOpt.DefaultBoolean

java.lang.Object
  extended by com.bristle.javalib.util.BooleanWrapper
      extended by com.bristle.javalib.util.GetOpt.DefaultBoolean
Enclosing class:
GetOpt

public static class GetOpt.DefaultBoolean
extends BooleanWrapper

This class represents a default value for an Boolean. It is typically used as an argument to the other methods in the enclosing class.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.bristle.javalib.util.BooleanWrapper
BooleanWrapper.Tester
 
Field Summary
static GetOpt.DefaultBoolean NONE
           
 
Constructor Summary
GetOpt.DefaultBoolean(boolean blnValue)
           
GetOpt.DefaultBoolean(Boolean blnValue)
           
 
Method Summary
 
Methods inherited from class com.bristle.javalib.util.BooleanWrapper
castToString, getboolean, getBoolean, setboolean, setBoolean
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final GetOpt.DefaultBoolean NONE
Constructor Detail

GetOpt.DefaultBoolean

public GetOpt.DefaultBoolean(boolean blnValue)

GetOpt.DefaultBoolean

public GetOpt.DefaultBoolean(Boolean blnValue)