to top
AFEX APIs
public static final enum

EmailConfig.AccountType

extends Enum<EmailConfig.AccountType>
java.lang.Object
   ↳ java.lang.Enum<com.ardic.android.parcelables.EmailConfig.AccountType>
     ↳ com.ardic.android.parcelables.EmailConfig.AccountType

Class Overview

This enum is for e-mail account types.

Summary

Enum Values
EmailConfig.AccountType  ACCOUNT_TYPE_EAS  Exchange Account type  
EmailConfig.AccountType  ACCOUNT_TYPE_IMAP  IMAP Account type  
EmailConfig.AccountType  ACCOUNT_TYPE_POP3  POP3 Account type  
Public Methods
static EmailConfig.AccountType toEnum(String accountType)
Converts String value to enum.
String toString()
Converts enum to String.
static EmailConfig.AccountType valueOf(String name)
final static AccountType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final EmailConfig.AccountType ACCOUNT_TYPE_EAS

Added in API level 2

Exchange Account type

public static final EmailConfig.AccountType ACCOUNT_TYPE_IMAP

Added in API level 2

IMAP Account type

public static final EmailConfig.AccountType ACCOUNT_TYPE_POP3

Added in API level 2

POP3 Account type

Public Methods

public static EmailConfig.AccountType toEnum (String accountType)

Added in API level 2

Converts String value to enum.

Parameters
accountType String: String value for the enum. One of ACCOUNT_TYPE_EAS, ACCOUNT_TYPE_POP3, ACCOUNT_TYPE_IMAP,
Returns
EmailConfig.AccountType enum AccountType

public String toString ()

Converts enum to String.

Returns
String

public static EmailConfig.AccountType valueOf (String name)

Added in API level 2

Parameters
name String
Returns
EmailConfig.AccountType

public static final AccountType[] values ()

Added in API level 2

Returns
AccountType[]