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

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

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

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as EnumSupportedPermissions
protected  EnumSupportedPermissions CmisACLCapabilityType.supportedPermissions
           
 

Methods in org.apache.chemistry.opencmis.commons.impl.jaxb that return EnumSupportedPermissions
static EnumSupportedPermissions EnumSupportedPermissions.fromValue(java.lang.String v)
           
 EnumSupportedPermissions CmisACLCapabilityType.getSupportedPermissions()
          Gets the value of the supportedPermissions property.
static EnumSupportedPermissions EnumSupportedPermissions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumSupportedPermissions[] EnumSupportedPermissions.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 EnumSupportedPermissions
 void CmisACLCapabilityType.setSupportedPermissions(EnumSupportedPermissions value)
          Sets the value of the supportedPermissions property.
 



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