public interface PropertyDecimalDefinition extends PropertyDefinition<BigDecimal>
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getMaxValue()
Returns the max value of this decimal.
|
BigDecimal |
getMinValue()
Returns the min value of this decimal.
|
DecimalPrecision |
getPrecision()
Returns the precision this decimal.
|
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired
getExtensions, setExtensions
BigDecimal getMinValue()
null
if no limit is specifiedBigDecimal getMaxValue()
null
if no limit is specifiedDecimalPrecision getPrecision()
null
if the decimal supports any
valueDecimalPrecision
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.