ParameterType(String id,
String description,
Class<T> valueClass,
Constraint<? super T> constraint) |
Construct a new AbstractParameterType without default value and with constraint.
|
ParameterType(String id,
String description,
Class<T> valueClass,
T defaultValue,
Constraint<? super T> constraint) |
Construct a new AbstractParameterType with default value and constraint.
|
ParameterTypeAcceleration(String id,
String description,
Acceleration defaultValue,
Constraint<? super Acceleration> constraint) |
Construct a new ParameterTypeAcceleration with default value and check.
|
ParameterTypeAcceleration(String id,
String description,
Constraint<? super Acceleration> constraint) |
Construct a new ParameterTypeAcceleration without default value, with check.
|
ParameterTypeClass(String id,
String description,
Class<Class<? extends T>> valueClass,
Class<? extends T> defaultValue,
Constraint<? super Class<? extends T>> constraint) |
Constructor with default value and check.
|
ParameterTypeClass(String id,
String description,
Class<Class<? extends T>> valueClass,
Constraint<? super Class<? extends T>> constraint) |
Constructor without default value, with check.
|
ParameterTypeClassList(String id,
String description,
Class<List<Class<? extends T>>> valueClass,
List<Class<? extends T>> defaultValue,
Constraint<? super List<Class<? extends T>>> constraint) |
Constructor with default value and check.
|
ParameterTypeClassList(String id,
String description,
Class<List<Class<? extends T>>> valueClass,
Constraint<? super List<Class<? extends T>>> constraint) |
Constructor without default value, with check.
|
ParameterTypeDouble(String id,
String description,
double defaultValue,
Constraint<? super Double> constraint) |
Construct a new ParameterTypeDouble with default value and check.
|
ParameterTypeDouble(String id,
String description,
Double defaultValue,
Constraint<Number> constraint) |
Construct a new ParameterTypeDouble with default value and check.
|
ParameterTypeDouble(String id,
String description,
Constraint<? super Double> constraint) |
Construct a new ParameterTypeDouble without default value, with check.
|
ParameterTypeDuration(String id,
String description,
Duration defaultValue,
Constraint<? super Duration> constraint) |
Construct a new ParameterTypeDuration with default value and check.
|
ParameterTypeDuration(String id,
String description,
Constraint<? super Duration> constraint) |
Construct a new ParameterTypeDuration without default value, with check.
|
ParameterTypeFrequency(String id,
String description,
Frequency defaultValue,
Constraint<? super Frequency> constraint) |
Construct a new ParameterTypeFrequency with default value and check.
|
ParameterTypeFrequency(String id,
String description,
Constraint<? super Frequency> constraint) |
Construct a new ParameterTypeFrequency without default value, with check.
|
ParameterTypeInteger(String id,
String description,
int defaultValue,
Constraint<? super Integer> constraint) |
Construct a new ParameterTypeInteger with default value and check.
|
ParameterTypeInteger(String id,
String description,
Integer defaultValue,
Constraint<Number> constraint) |
Construct a new ParameterTypeInteger with default value and check.
|
ParameterTypeInteger(String id,
String description,
Constraint<? super Integer> constraint) |
Construct a new ParameterTypeInteger without default value, with check.
|
ParameterTypeLength(String id,
String description,
Length defaultValue,
Constraint<? super Length> constraint) |
Construct a new ParameterTypeLength with default value and check.
|
ParameterTypeLength(String id,
String description,
Constraint<? super Length> constraint) |
Construct a new ParameterTypeLength without default value, with check.
|
ParameterTypeLinearDensity(String id,
String description,
LinearDensity defaultValue,
Constraint<? super LinearDensity> constraint) |
Construct a new ParameterTypeLinearDensity with default value and check.
|
ParameterTypeLinearDensity(String id,
String description,
Constraint<? super LinearDensity> constraint) |
Construct a new ParameterTypeLinearDensity without default value, with check.
|
ParameterTypeNumeric(String id,
String description,
Class<T> valueClass,
Constraint<? super T> constraint) |
Constructor without default value, with check.
|
ParameterTypeNumeric(String id,
String description,
Class<T> valueClass,
T defaultValue,
Constraint<? super T> constraint) |
Constructor with default value and check.
|
ParameterTypeSpeed(String id,
String description,
Speed defaultValue,
Constraint<? super Speed> constraint) |
Constructor a new ParameterTypeSpeed with default value and check.
|
ParameterTypeSpeed(String id,
String description,
Constraint<? super Speed> constraint) |
Constructor a new ParameterTypeSpeed without default value, with check.
|
ParameterTypeString(String id,
String description,
String defaultValue,
Constraint<? super String> constraint) |
|
ParameterTypeString(String id,
String description,
Constraint<? super String> constraint) |
|