Uses of Class
org.incava.jagol.Option

Packages that use Option
org.incava.jagol   
 

Uses of Option in org.incava.jagol
 

Subclasses of Option in org.incava.jagol
 class BooleanOption
          Represents an option that is an boolean.
 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 ListOption
          Represents a list of objects that comprise this option.
 class NonBooleanOption
          Base class of all options, except for booleans.
 class StringOption
          Represents an option that is an String.
 

Methods in org.incava.jagol with parameters of type Option
 void OptionSet.add(Option opt)
          Adds an options to this set.