com.moyosoft.connector.ms.excel
Class HighlightChangesTime

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

public class HighlightChangesTime
extends AbstractType

See Also:
Serialized Form

Field Summary
static HighlightChangesTime ALL_CHANGES
           
static HighlightChangesTime NOT_YET_REVIEWED
           
static HighlightChangesTime SINCE_MY_LAST_SAVE
           
 
Method Summary
static HighlightChangesTime getById(int pId)
           
 boolean isAllChanges()
           
 boolean isNotYetReviewed()
           
 boolean isSinceMyLastSave()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINCE_MY_LAST_SAVE

public static final HighlightChangesTime SINCE_MY_LAST_SAVE

ALL_CHANGES

public static final HighlightChangesTime ALL_CHANGES

NOT_YET_REVIEWED

public static final HighlightChangesTime NOT_YET_REVIEWED
Method Detail

getById

public static HighlightChangesTime getById(int pId)

isSinceMyLastSave

public boolean isSinceMyLastSave()

isAllChanges

public boolean isAllChanges()

isNotYetReviewed

public boolean isNotYetReviewed()