Package | Description |
---|---|
io.airlift.airline | |
io.airlift.airline.model |
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 |
---|---|
OptionType |
OptionMetadata.getOptionType() |
Constructor and Description |
---|
OptionMetadata(OptionType optionType,
Iterable<String> options,
String title,
String description,
int arity,
boolean required,
boolean hidden,
Iterable<String> allowedValues,
Iterable<Field> path) |
Copyright © 2012–2018. All rights reserved.