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

All Superinterfaces:
ExtensionsData, PropertyDefinition<BigInteger>, Serializable

public interface PropertyIntegerDefinition
extends PropertyDefinition<BigInteger>


Method Summary
 BigInteger getMaxValue()
           
 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

BigInteger getMinValue()

getMaxValue

BigInteger getMaxValue()


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