Uses of Class
org.apache.chemistry.opencmis.commons.impl.jaxb.EnumCapabilityChanges

Packages that use EnumCapabilityChanges
org.apache.chemistry.opencmis.commons.impl.jaxb   
 

Uses of EnumCapabilityChanges in org.apache.chemistry.opencmis.commons.impl.jaxb
 

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as EnumCapabilityChanges
protected  EnumCapabilityChanges CmisRepositoryCapabilitiesType.capabilityChanges
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumCapabilityChanges
static EnumCapabilityChanges EnumCapabilityChanges.fromValue(String v)
           
 EnumCapabilityChanges CmisRepositoryCapabilitiesType.getCapabilityChanges()
          Gets the value of the capabilityChanges property.
static EnumCapabilityChanges EnumCapabilityChanges.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumCapabilityChanges[] EnumCapabilityChanges.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb with parameters of type EnumCapabilityChanges
 void CmisRepositoryCapabilitiesType.setCapabilityChanges(EnumCapabilityChanges value)
          Sets the value of the capabilityChanges property.
 



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