| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableParameter.Builder
Creates instances of
ImmutableParameter. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDefaultValue()
The default value as a list of tokenized strings (but one single value).
|
String |
getName()
The name of the parameter.
|
OptionType |
getOptionType()
The type of parameter.
|
public String getName()
Parameterpublic OptionType getOptionType()
ParametergetOptionType in interface Parameterpublic List<String> getDefaultValue()
ParameterIf there is no default value, the returned list will be empty.
getDefaultValue in interface ParameterCopyright © 2015. All Rights Reserved.