Uses of Class
Cosm.AccessMethod

Packages that use AccessMethod
Cosm   
 

Uses of AccessMethod in Cosm
 

Methods in Cosm that return AccessMethod
 AccessMethod[] Permission.getAccessMethods()
           
static AccessMethod AccessMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AccessMethod[] AccessMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in Cosm with parameters of type AccessMethod
 void Permission.setAccessMethods(AccessMethod[] accessMethods)