Uses of Class
org.xcmis.core.EnumCardinality

Packages that use EnumCardinality
org.xcmis.core   
 

Uses of EnumCardinality in org.xcmis.core
 

Fields in org.xcmis.core declared as EnumCardinality
protected  EnumCardinality CmisPropertyDefinitionType.cardinality
           
 

Methods in org.xcmis.core that return EnumCardinality
static EnumCardinality EnumCardinality.fromValue(String v)
           
 EnumCardinality CmisPropertyDefinitionType.getCardinality()
          Gets the value of the cardinality property.
static EnumCardinality EnumCardinality.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumCardinality[] EnumCardinality.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xcmis.core with parameters of type EnumCardinality
 void CmisPropertyDefinitionType.setCardinality(EnumCardinality value)
          Sets the value of the cardinality property.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.