Uses of Class
de.xima.fc.mdl.enums.EMailSenderAddressMode
-
Packages that use EMailSenderAddressMode Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EMailSenderAddressMode in de.xima.fc.entities
Methods in de.xima.fc.entities that return EMailSenderAddressMode Modifier and Type Method Description EMailSenderAddressMode
MandantMailData. getSystemSenderAddressMode()
Methods in de.xima.fc.entities with parameters of type EMailSenderAddressMode Modifier and Type Method Description void
MandantMailData. setSystemSenderAddressMode(EMailSenderAddressMode systemSenderAddressMode)
-
Uses of EMailSenderAddressMode in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EMailSenderAddressMode Modifier and Type Method Description static EMailSenderAddressMode
EMailSenderAddressMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static EMailSenderAddressMode[]
EMailSenderAddressMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-