Uses of Class
org.incava.jagol.NonBooleanOption

Packages that use NonBooleanOption
org.incava.jagol   
 

Uses of NonBooleanOption in org.incava.jagol
 

Subclasses of NonBooleanOption in org.incava.jagol
 class DoubleOption
          Represents an option that is an double.
 class FloatOption
          Represents an option that is an float.
 class IntegerOption
          Represents an option that is an integer.
 class StringOption
          Represents an option that is an String.