public class BigDecProp extends PropertyBase<BigDecimal>
| Modifier and Type | Class and Description |
|---|---|
static class |
BigDecProp.BigDecBuilder
Build a BigDecProp
|
| Constructor and Description |
|---|
BigDecProp(BigDecimal defaultValue,
boolean required,
String shortDesc,
List<Validator<BigDecimal>> validators,
List<Name> aliases,
PropertyType paramType,
ValueType<BigDecimal> valueType,
Trimmer trimmer,
String helpText)
Construct an instance of BigDecProp
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecProp.BigDecBuilder |
builder()
Return an instance of BigDecBuilder
|
getDefaultValue, getDescription, getExplicitValue, getHelpText, getPropertyType, getRequestedAliases, getTrimmer, getValidators, getValue, getValueType, isNonNullRequiredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCanonicalName, getInAliases, getOutAliases, getValueAsString, isExplicitlySetpublic BigDecProp(BigDecimal defaultValue, boolean required, String shortDesc, List<Validator<BigDecimal>> validators, List<Name> aliases, PropertyType paramType, ValueType<BigDecimal> valueType, Trimmer trimmer, String helpText)
defaultValue - default valuerequired - make the property required or notshortDesc - short description of the propertyvalidators - list of validators for the propertyaliases - aliases of the propertyparamType - property typevalueType - property value typetrimmer - trimmer associated with the propertyhelpText - help text of the propertypublic static BigDecProp.BigDecBuilder builder()
Copyright © 2021. All rights reserved.