| Package | Description |
|---|---|
| de.aristaflow.adept2.model.common.plugindata |
Plug-in data interfaces which are used across different data models.
|
| Modifier and Type | Method and Description |
|---|---|
MailNotificationData.Addressees |
MailNotificationData.getAddressees()
Returns how the addresses of the recipients are determined,
cf.
|
static MailNotificationData.Addressees |
MailNotificationData.Addressees.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MailNotificationData.Addressees[] |
MailNotificationData.Addressees.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MailNotificationData.setAddressees(MailNotificationData.Addressees addressees)
Setter for
MailNotificationData.getAddressees(). |