public interface MutablePropertyDecimalDefinition extends PropertyDecimalDefinition, MutablePropertyDefinition<BigDecimal>
| Modifier and Type | Method and Description |
|---|---|
void |
setMaxValue(BigDecimal maxValue) |
void |
setMinValue(BigDecimal minValue) |
void |
setPrecision(DecimalPrecision precision) |
getMaxValue, getMinValue, getPrecisionsetCardinality, 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, setExtensionsvoid setMinValue(BigDecimal minValue)
void setMaxValue(BigDecimal maxValue)
void setPrecision(DecimalPrecision precision)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.