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

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

public class InspectorClose
extends com.moyosoft.util.AbstractType


Field Summary
static InspectorClose DISCARD
           
static InspectorClose PROMPT_FOR_SAVE
           
static InspectorClose SAVE
           
 
Method Summary
static InspectorClose getById(int pId)
           
 boolean isDiscard()
           
 boolean isPromptForSave()
           
 boolean isSave()
           
 
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

SAVE

public static final InspectorClose SAVE

DISCARD

public static final InspectorClose DISCARD

PROMPT_FOR_SAVE

public static final InspectorClose PROMPT_FOR_SAVE
Method Detail

getById

public static InspectorClose getById(int pId)

isSave

public boolean isSave()

isDiscard

public boolean isDiscard()

isPromptForSave

public boolean isPromptForSave()