| Package | Description |
|---|---|
| de.vandermeer.skb.categories.options |
Categories and implementations of options.
|
| Modifier and Type | Method and Description |
|---|---|
static OptionType |
OptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionType[] |
OptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <V> Option<V> |
Option.create(IsKey<String> key,
IsValue<V> value,
OptionType type,
String description) |
Copyright © 2010–2015. All rights reserved.