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 EMailServerScopeIMailServerData. 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 EMailServerScopeClientMailServerData. getMailServerScope()EMailServerScopeCustomMailServerData. getMailServerScope()EMailServerScopeSystemMailServerData. getMailServerScope()Methods in de.xima.fc.mail.models with parameters of type EMailServerScope Modifier and Type Method Description voidCustomMailServerData. 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 EMailServerScopeEMailServerScope. 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. 
 -