com.moyosoft.connector.ms.outlook.ui
Class OutlookBarViewType

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

public class OutlookBarViewType
extends com.moyosoft.util.AbstractType


Field Summary
static OutlookBarViewType LARGE_ICON
           
static OutlookBarViewType SMALL_ICON
           
 
Method Summary
static OutlookBarViewType getById(int pId)
           
 boolean isLargeIcon()
           
 boolean isSmallIcon()
           
 
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

LARGE_ICON

public static final OutlookBarViewType LARGE_ICON

SMALL_ICON

public static final OutlookBarViewType SMALL_ICON
Method Detail

getById

public static OutlookBarViewType getById(int pId)

isLargeIcon

public boolean isLargeIcon()

isSmallIcon

public boolean isSmallIcon()