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, isRequiredgetExtensions, setExtensionsBigDecimal getMinValue()
null if no limit is specifiedBigDecimal getMaxValue()
null if no limit is specifiedDecimalPrecision getPrecision()
null if the decimal supports any
         valueDecimalPrecisionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.