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

All Superinterfaces:
ExtensionsData, PropertyDefinition<java.math.BigDecimal>, java.io.Serializable

public interface PropertyDecimalDefinition
extends PropertyDefinition<java.math.BigDecimal>


Method Summary
 java.math.BigDecimal getMaxValue()
           
 java.math.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

java.math.BigDecimal getMinValue()

getMaxValue

java.math.BigDecimal getMaxValue()

getPrecision

DecimalPrecision getPrecision()


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