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

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

public class ViewSaveOption
extends com.moyosoft.util.AbstractType


Field Summary
static ViewSaveOption ALL_FOLDERS_OF_TYPE
           
static ViewSaveOption THIS_FOLDER_EVERYONE
           
static ViewSaveOption THIS_FOLDER_ONLY_ME
           
 
Method Summary
static ViewSaveOption getById(int pId)
           
 boolean isAllFoldersOfType()
           
 boolean isThisFolderEveryone()
           
 boolean isThisFolderOnlyMe()
           
 
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

THIS_FOLDER_EVERYONE

public static final ViewSaveOption THIS_FOLDER_EVERYONE

THIS_FOLDER_ONLY_ME

public static final ViewSaveOption THIS_FOLDER_ONLY_ME

ALL_FOLDERS_OF_TYPE

public static final ViewSaveOption ALL_FOLDERS_OF_TYPE
Method Detail

getById

public static ViewSaveOption getById(int pId)

isThisFolderEveryone

public boolean isThisFolderEveryone()

isThisFolderOnlyMe

public boolean isThisFolderOnlyMe()

isAllFoldersOfType

public boolean isAllFoldersOfType()