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

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

public class OutlookWindowType
extends com.moyosoft.util.AbstractType


Field Summary
static OutlookWindowType EXPLORER
           
static OutlookWindowType INSPECTOR
           
 
Method Summary
static OutlookWindowType getById(int pId)
           
 boolean isExplorer()
           
 boolean isInspector()
           
 
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

EXPLORER

public static final OutlookWindowType EXPLORER

INSPECTOR

public static final OutlookWindowType INSPECTOR
Method Detail

getById

public static OutlookWindowType getById(int pId)

isExplorer

public boolean isExplorer()

isInspector

public boolean isInspector()