static ParameterValue |
ParameterValue.fromBooleanValue(Boolean booleanValue) |
Create an instance of this class with booleanValue() initialized to the given value.
|
static ParameterValue |
ParameterValue.fromDoubleValue(Double doubleValue) |
Create an instance of this class with doubleValue() initialized to the given value.
|
static ParameterValue |
ParameterValue.fromEnumList(List<String> enumList) |
Create an instance of this class with enumList() initialized to the given value.
|
static ParameterValue |
ParameterValue.fromEnumValue(String enumValue) |
Create an instance of this class with enumValue() initialized to the given value.
|
static ParameterValue |
ParameterValue.fromInteger(Integer integer) |
Create an instance of this class with integer() initialized to the given value.
|
static ParameterValue |
ParameterValue.fromIntegerList(List<Integer> integerList) |
Create an instance of this class with integerList() initialized to the given value.
|
static ParameterValue |
ParameterValue.fromString(String string) |
Create an instance of this class with string() initialized to the given value.
|
static ParameterValue |
ParameterValue.fromStringList(List<String> stringList) |
Create an instance of this class with stringList() initialized to the given value.
|
ParameterValue |
ParameterConfiguration.value() |
The current value of a control parameter.
|