Uses of Enum
de.xima.fc.mdl.enums.EMailServerScope
Packages that use EMailServerScope
Package
Description
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 -
Uses of EMailServerScope in de.xima.fc.mail.models
Methods in de.xima.fc.mail.models that return EMailServerScopeModifier and TypeMethodDescriptionClientMailServerData.getMailServerScope()CustomMailServerData.getMailServerScope()SystemMailServerData.getMailServerScope()Methods in de.xima.fc.mail.models with parameters of type EMailServerScopeModifier and TypeMethodDescriptionvoidCustomMailServerData.setMailServerScope(EMailServerScope mailServerScope) Sets the mail server scope. -
Uses of EMailServerScope in de.xima.fc.mdl.enums
Subclasses with type arguments of type EMailServerScope in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumThe scope of aIMailServerData, indicating in which scope the mail server was configured.Methods in de.xima.fc.mdl.enums that return EMailServerScopeModifier and TypeMethodDescriptionstatic EMailServerScopeReturns 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.