void |
ParameterType.check(T value,
Parameters params) |
Default implementation of check method.
|
void |
ParameterTypeInteger.check(int value,
Parameters params) |
Method to overwrite for checks with constraints.
|
String |
ParameterType.printValue(Parameters parameters) |
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeBoolean.printValue(Parameters parameters) |
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeClass.printValue(Parameters parameters) |
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeClassList.printValue(Parameters parameters) |
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeDouble.printValue(Parameters parameters) |
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeInteger.printValue(Parameters parameters) |
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeNumeric.printValue(Parameters parameters) |
Print the given value from the map in Parameters in a presentable format.
|
String |
ParameterTypeString.printValue(Parameters parameters) |
Print the given value from the map in Parameters in a presentable format.
|
void |
Parameters.setAllIn(Parameters parameters) |
Sets the parameters of this set in the given set.
|
void |
ParameterSet.setAllIn(Parameters params) |
Sets the parameters of this set in the given set.
|