Uses of Class
org.xcmis.client.gwt.model.EnumAllowableActionsKey

Packages that use EnumAllowableActionsKey
org.xcmis.client.gwt.model   
org.xcmis.client.gwt.model.permission   
 

Uses of EnumAllowableActionsKey in org.xcmis.client.gwt.model
 

Methods in org.xcmis.client.gwt.model that return EnumAllowableActionsKey
static EnumAllowableActionsKey EnumAllowableActionsKey.fromValue(String v)
           
static EnumAllowableActionsKey EnumAllowableActionsKey.valueOf(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.
 

Uses of EnumAllowableActionsKey in org.xcmis.client.gwt.model.permission
 

Fields in org.xcmis.client.gwt.model.permission declared as EnumAllowableActionsKey
protected  EnumAllowableActionsKey CmisPermissionMapping.key
          Key.
 

Methods in org.xcmis.client.gwt.model.permission that return EnumAllowableActionsKey
 EnumAllowableActionsKey CmisPermissionMapping.getKey()
          Gets the value of the key property.
 

Methods in org.xcmis.client.gwt.model.permission with parameters of type EnumAllowableActionsKey
 void CmisPermissionMapping.setKey(EnumAllowableActionsKey value)
          Sets the value of the key property.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.