Uses of Class
org.sakaiproject.mailsender.model.EmailRole.Type
-
Packages that use EmailRole.Type Package Description org.sakaiproject.mailsender.model -
-
Uses of EmailRole.Type in org.sakaiproject.mailsender.model
Methods in org.sakaiproject.mailsender.model that return EmailRole.Type Modifier and Type Method Description EmailRole.TypeEmailRole. getType()static EmailRole.TypeEmailRole.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static EmailRole.Type[]EmailRole.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sakaiproject.mailsender.model with parameters of type EmailRole.Type Constructor Description EmailRole(String realmid, String roleid, String rolesingular, String roleplural, EmailRole.Type roleType)EmailRole(String realmid, String roleid, String rolesingular, String roleplural, EmailRole.Type roleType, boolean groupAware)
-