ConfigurationOptions |
ParameterDefinition.configurationOptions() |
The options for customizing a control parameter.
|
static ConfigurationOptions |
ConfigurationOptions.fromBooleanValue(Consumer<BooleanConfigurationOptions.Builder> booleanValue) |
Create an instance of this class with booleanValue() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromBooleanValue(BooleanConfigurationOptions booleanValue) |
Create an instance of this class with booleanValue() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromDoubleValue(Consumer<DoubleConfigurationOptions.Builder> doubleValue) |
Create an instance of this class with doubleValue() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromDoubleValue(DoubleConfigurationOptions doubleValue) |
Create an instance of this class with doubleValue() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromEnumList(Consumer<EnumListConfigurationOptions.Builder> enumList) |
Create an instance of this class with enumList() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromEnumList(EnumListConfigurationOptions enumList) |
Create an instance of this class with enumList() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromEnumValue(Consumer<EnumConfigurationOptions.Builder> enumValue) |
Create an instance of this class with enumValue() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromEnumValue(EnumConfigurationOptions enumValue) |
Create an instance of this class with enumValue() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromInteger(Consumer<IntegerConfigurationOptions.Builder> integer) |
Create an instance of this class with integer() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromInteger(IntegerConfigurationOptions integer) |
Create an instance of this class with integer() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromIntegerList(Consumer<IntegerListConfigurationOptions.Builder> integerList) |
Create an instance of this class with integerList() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromIntegerList(IntegerListConfigurationOptions integerList) |
Create an instance of this class with integerList() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromString(Consumer<StringConfigurationOptions.Builder> string) |
Create an instance of this class with string() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromString(StringConfigurationOptions string) |
Create an instance of this class with string() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromStringList(Consumer<StringListConfigurationOptions.Builder> stringList) |
Create an instance of this class with stringList() initialized to the given value.
|
static ConfigurationOptions |
ConfigurationOptions.fromStringList(StringListConfigurationOptions stringList) |
Create an instance of this class with stringList() initialized to the given value.
|