public class PropertyDecimalDefinitionImpl extends AbstractPropertyDefinition<BigDecimal> implements PropertyDecimalDefinition
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, toString
getExtensions, setExtensions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired
getExtensions, setExtensions
public BigDecimal getMinValue()
getMinValue
in interface PropertyDecimalDefinition
public void setMinValue(BigDecimal minValue)
public BigDecimal getMaxValue()
getMaxValue
in interface PropertyDecimalDefinition
public void setMaxValue(BigDecimal maxValue)
public DecimalPrecision getPrecision()
getPrecision
in interface PropertyDecimalDefinition
public void setPrecision(DecimalPrecision precision)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.