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

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

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

Fields in org.apache.chemistry.opencmis.commons.impl.jaxb declared as EnumAllowableActionsKey
protected  EnumAllowableActionsKey CmisPermissionMapping.key
           
 

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



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