Uses of Class
adams.flow.standalone.IMAPConnection.IMAPScheme
-
Packages that use IMAPConnection.IMAPScheme Package Description adams.flow.standalone -
-
Uses of IMAPConnection.IMAPScheme in adams.flow.standalone
Fields in adams.flow.standalone declared as IMAPConnection.IMAPScheme Modifier and Type Field Description protected IMAPConnection.IMAPSchemeIMAPConnection. m_Schemethe scheme to use.Methods in adams.flow.standalone that return IMAPConnection.IMAPScheme Modifier and Type Method Description IMAPConnection.IMAPSchemeIMAPConnection. getScheme()Returns the IMAP scheme in use.static IMAPConnection.IMAPSchemeIMAPConnection.IMAPScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static IMAPConnection.IMAPScheme[]IMAPConnection.IMAPScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.standalone with parameters of type IMAPConnection.IMAPScheme Modifier and Type Method Description voidIMAPConnection. setScheme(IMAPConnection.IMAPScheme value)Sets the IMAP scheme to use.
-