public class DblProp extends PropertyBase<Double>
| Modifier and Type | Class and Description |
|---|---|
static class |
DblProp.DblBuilder |
| Constructor and Description |
|---|
DblProp(Double defaultValue,
boolean required,
String shortDesc,
List<Validator<Double>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<Double> valueType,
Trimmer trimmer,
String helpText) |
| Modifier and Type | Method and Description |
|---|---|
static DblProp.DblBuilder |
builder() |
getDefaultValue, getExplicitValue, getExplicitValue, getHelpText, getPropertyType, getRequestedAliases, getShortDescription, getTrimmer, getValidators, getValue, getValue, getValueType, isRequiredpublic static DblProp.DblBuilder builder()
Copyright © 2017. All rights reserved.