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

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

public interface PropertyIntegerDefinition
extends PropertyDefinition<java.math.BigInteger>


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

getMaxValue

java.math.BigInteger getMaxValue()


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