Uses of Class
org.duracloud.common.model.AclType
-
Packages that use AclType Package Description org.duracloud.common.model -
-
Uses of AclType in org.duracloud.common.model
Methods in org.duracloud.common.model that return AclType Modifier and Type Method Description static AclTypeAclType. valueOf(String name)Returns the enum constant of this type with the specified name.static AclType[]AclType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-