com.moyosoft.connector.ms.excel
Class SaveAction

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.SaveAction

public class SaveAction
extends AbstractType

See Also:
Serialized Form

Field Summary
static SaveAction DO_NOT_SAVE_CHANGES
           
static SaveAction SAVE_CHANGES
           
 
Method Summary
static SaveAction getById(int pId)
           
 boolean isDoNotSaveChanges()
           
 boolean isSaveChanges()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DO_NOT_SAVE_CHANGES

public static final SaveAction DO_NOT_SAVE_CHANGES

SAVE_CHANGES

public static final SaveAction SAVE_CHANGES
Method Detail

getById

public static SaveAction getById(int pId)

isDoNotSaveChanges

public boolean isDoNotSaveChanges()

isSaveChanges

public boolean isSaveChanges()