| Package | Description |
|---|---|
| org.sakaiproject.mailsender.model |
| Modifier and Type | Method and Description |
|---|---|
EmailRole.Type |
EmailRole.getType() |
static EmailRole.Type |
EmailRole.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.
|
| Constructor and 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) |
Copyright © 2007–2018 Sakai Project. All rights reserved.