public class PropertyDecimalDefinitionImpl extends AbstractPropertyDefinition<BigDecimal> implements MutablePropertyDecimalDefinition
| Constructor and Description |
|---|
PropertyDecimalDefinitionImpl() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getMaxValue() |
BigDecimal |
getMinValue() |
DecimalPrecision |
getPrecision() |
void |
setMaxValue(BigDecimal maxValue) |
void |
setMinValue(BigDecimal minValue) |
void |
setPrecision(DecimalPrecision precision) |
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired, setCardinality, setChoices, setDefaultValue, setDescription, setDisplayName, setId, setIsInherited, setIsOpenChoice, setIsOrderable, setIsQueryable, setIsRequired, setLocalName, setLocalNamespace, setPropertyType, setQueryName, setUpdatability, toStringgetExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetCardinality, setChoices, setDefaultValue, setDescription, setDisplayName, setId, setIsInherited, setIsOpenChoice, setIsOrderable, setIsQueryable, setIsRequired, setLocalName, setLocalNamespace, setPropertyType, setQueryName, setUpdatabilitygetCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequiredgetExtensions, setExtensionspublic BigDecimal getMinValue()
getMinValue in interface PropertyDecimalDefinitionpublic void setMinValue(BigDecimal minValue)
setMinValue in interface MutablePropertyDecimalDefinitionpublic BigDecimal getMaxValue()
getMaxValue in interface PropertyDecimalDefinitionpublic void setMaxValue(BigDecimal maxValue)
setMaxValue in interface MutablePropertyDecimalDefinitionpublic DecimalPrecision getPrecision()
getPrecision in interface PropertyDecimalDefinitionpublic void setPrecision(DecimalPrecision precision)
setPrecision in interface MutablePropertyDecimalDefinitionCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.