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

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

public class FormRegistry
extends com.moyosoft.util.AbstractType


Field Summary
static FormRegistry DEFAULT_REGISTRY
           
static FormRegistry FOLDER_REGISTRY
           
static FormRegistry ORGANIZATION_REGISTRY
           
static FormRegistry PERSONAL_REGISTRY
           
 
Method Summary
static FormRegistry getById(int pId)
           
 boolean isDefaultRegistry()
           
 boolean isFolderRegistry()
           
 boolean isOrganizationRegistry()
           
 boolean isPersonalRegistry()
           
 
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_REGISTRY

public static final FormRegistry DEFAULT_REGISTRY

PERSONAL_REGISTRY

public static final FormRegistry PERSONAL_REGISTRY

FOLDER_REGISTRY

public static final FormRegistry FOLDER_REGISTRY

ORGANIZATION_REGISTRY

public static final FormRegistry ORGANIZATION_REGISTRY
Method Detail

getById

public static FormRegistry getById(int pId)

isDefaultRegistry

public boolean isDefaultRegistry()

isPersonalRegistry

public boolean isPersonalRegistry()

isFolderRegistry

public boolean isFolderRegistry()

isOrganizationRegistry

public boolean isOrganizationRegistry()