| Package | Description |
|---|---|
| io.airlift.airline | |
| io.airlift.airline.model |
| Modifier and Type | Method and Description |
|---|---|
static OptionType |
OptionType.valueOf(java.lang.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 | Field and Description |
|---|---|
private OptionType |
OptionMetadata.optionType |
| Modifier and Type | Method and Description |
|---|---|
OptionType |
OptionMetadata.getOptionType() |
| Constructor and Description |
|---|
OptionMetadata(OptionType optionType,
java.lang.Iterable<java.lang.String> options,
java.lang.String title,
java.lang.String description,
int arity,
boolean required,
boolean hidden,
java.lang.Iterable<java.lang.String> allowedValues,
java.lang.Iterable<java.lang.reflect.Field> path) |