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