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