| Class | Description |
|---|---|
| BoolOption |
A boolean option is an option that can only contain a boolean value (true or false).
|
| ClassOption |
A class type option is an option that can only contain string value that corresponds to a class.
|
| EnumOption |
An enumerate option is an option that can only contain string value, which is in the legal value set.
|
| IntegerOption |
An integer option is an option that can only contain an integer value.
|
| Option |
Abstract class that contains description of an option that are the same over all option types.
|
| StringEnumOption |
A string enum type option is an option that can only contain string value that corresponds to another string.
|
| StringOption |
A string option is an option that contains a string value.
|
| UnaryOption |
An unary option is an option that doesn't need a value to the
specified.
|
Contains classes for types of options.
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.