Uses of Class
org.apache.chemistry.opencmis.commons.enums.Cardinality

Packages that use Cardinality
org.apache.chemistry.opencmis.commons.definitions OpenCMIS type and property definition interfaces. 
org.apache.chemistry.opencmis.commons.enums OpenCMIS enums. 
org.apache.chemistry.opencmis.tck.impl   
 

Uses of Cardinality in org.apache.chemistry.opencmis.commons.definitions
 

Methods in org.apache.chemistry.opencmis.commons.definitions that return Cardinality
 Cardinality PropertyDefinition.getCardinality()
          Returns the cardinality.
 

Uses of Cardinality in org.apache.chemistry.opencmis.commons.enums
 

Methods in org.apache.chemistry.opencmis.commons.enums that return Cardinality
static Cardinality Cardinality.fromValue(String v)
           
static Cardinality Cardinality.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Cardinality[] Cardinality.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Cardinality in org.apache.chemistry.opencmis.tck.impl
 

Constructors in org.apache.chemistry.opencmis.tck.impl with parameters of type Cardinality
AbstractSessionTest.CmisPropertyDefintion(String id, Boolean required, PropertyType propertyType, Cardinality cardinality, Updatability updatability, Boolean queryable, Boolean orderable)
           
 



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