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. 
 

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.
 



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