Uses of Enum Class
de.aristaflow.adept2.model.common.plugindata.MailNotificationData.Addressees
Packages that use MailNotificationData.Addressees
Package
Description
Plug-in data interfaces which are used across different data models.
-
Uses of MailNotificationData.Addressees in de.aristaflow.adept2.model.common.plugindata
Methods in de.aristaflow.adept2.model.common.plugindata that return MailNotificationData.AddresseesModifier and TypeMethodDescriptionMailNotificationData.getAddressees()Returns how the addresses of the recipients are determined, cf.Returns the enum constant of this class with the specified name.static MailNotificationData.Addressees[]MailNotificationData.Addressees.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.aristaflow.adept2.model.common.plugindata with parameters of type MailNotificationData.AddresseesModifier and TypeMethodDescriptionvoidMailNotificationData.setAddressees(MailNotificationData.Addressees addressees) Setter forMailNotificationData.getAddressees().