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

All Superinterfaces:
ExtensionsData, PropertyDefinition<java.lang.String>, java.io.Serializable

public interface PropertyStringDefinition
extends PropertyDefinition<java.lang.String>


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

getMaxLength

java.math.BigInteger getMaxLength()


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