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>
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 |
getMinValue
java.math.BigDecimal getMinValue()
getMaxValue
java.math.BigDecimal getMaxValue()
getPrecision
DecimalPrecision getPrecision()
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.