com.moyosoft.connector.ms.outlook.account
Class AccountType

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.account.AccountType

public class AccountType
extends com.moyosoft.util.AbstractType


Field Summary
static AccountType EXCHANGE
           
static AccountType HTTP
           
static AccountType IMAP
           
static AccountType OTHER_ACCOUNT
           
static AccountType POP3
           
 
Method Summary
static AccountType getById(int pId)
           
 boolean isExchange()
           
 boolean isHttp()
           
 boolean isImap()
           
 boolean isOtherAccount()
           
 boolean isPop3()
           
 
Methods inherited from class com.moyosoft.util.AbstractType
equals, equals, getTypeValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXCHANGE

public static final AccountType EXCHANGE

IMAP

public static final AccountType IMAP

POP3

public static final AccountType POP3

HTTP

public static final AccountType HTTP

OTHER_ACCOUNT

public static final AccountType OTHER_ACCOUNT
Method Detail

getById

public static AccountType getById(int pId)

isExchange

public boolean isExchange()

isImap

public boolean isImap()

isPop3

public boolean isPop3()

isHttp

public boolean isHttp()

isOtherAccount

public boolean isOtherAccount()