Class | Description |
---|---|
BooleanOption |
A Boolean-based Option.
|
EnumerationOption<T extends Enum<T>> |
An Enum-based Option.
|
IntegerOption |
An Integer-based Option.
|
Option<T> |
Represents a single option, with a category, name, value type,
options, default value, and description.
|
StringOption |
A String-based Option.
|
Copyright © 2020. All rights reserved.