com.moyosoft.connector.ms.outlook
Class StoreType

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

public class StoreType
extends com.moyosoft.util.AbstractType


Field Summary
static StoreType ANSI
           
static StoreType DEFAULT
           
static StoreType UNICODE
           
 
Method Summary
static StoreType getById(int pId)
           
 boolean isANSI()
           
 boolean isDefault()
           
 boolean isUnicode()
           
 
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

DEFAULT

public static final StoreType DEFAULT

UNICODE

public static final StoreType UNICODE

ANSI

public static final StoreType ANSI
Method Detail

getById

public static StoreType getById(int pId)

isDefault

public boolean isDefault()

isUnicode

public boolean isUnicode()

isANSI

public boolean isANSI()