Uses of Class
de.xima.fc.mdl.enums.EMailServerScope
-
Packages that use EMailServerScope Package Description de.xima.fc.interfaces.mail de.xima.fc.mail.models de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EMailServerScope in de.xima.fc.interfaces.mail
Methods in de.xima.fc.interfaces.mail that return EMailServerScope Modifier and Type Method Description EMailServerScope
IMailServerData. getMailServerScope()
-
Uses of EMailServerScope in de.xima.fc.mail.models
Methods in de.xima.fc.mail.models that return EMailServerScope Modifier and Type Method Description EMailServerScope
ClientMailServerData. getMailServerScope()
EMailServerScope
CustomMailServerData. getMailServerScope()
EMailServerScope
SystemMailServerData. getMailServerScope()
Methods in de.xima.fc.mail.models with parameters of type EMailServerScope Modifier and Type Method Description void
CustomMailServerData. setMailServerScope(EMailServerScope mailServerScope)
Sets the mail server scope. -
Uses of EMailServerScope in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EMailServerScope Modifier and Type Method Description static EMailServerScope
EMailServerScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static EMailServerScope[]
EMailServerScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-