org.apache.chemistry.opencmis.commons.definitions
Interface PropertyDecimalDefinition

All Superinterfaces:
ExtensionsData, PropertyDefinition<BigDecimal>, Serializable

public interface PropertyDecimalDefinition
extends PropertyDefinition<BigDecimal>


Method Summary
 BigDecimal getMaxValue()
           
 BigDecimal getMinValue()
           
 DecimalPrecision getPrecision()
           
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Method Detail

getMinValue

BigDecimal getMinValue()

getMaxValue

BigDecimal getMaxValue()

getPrecision

DecimalPrecision getPrecision()


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.