com.moyosoft.connector.ms.excel
Class ListConflict

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

public class ListConflict
extends AbstractType

See Also:
Serialized Form

Field Summary
static ListConflict LIST_CONFLICT_DIALOG
           
static ListConflict LIST_CONFLICT_DISCARD_ALL_CONFLICTS
           
static ListConflict LIST_CONFLICT_ERROR
           
static ListConflict LIST_CONFLICT_RETRY_ALL_CONFLICTS
           
 
Method Summary
static ListConflict getById(int pId)
           
 boolean isListConflictDialog()
           
 boolean isListConflictDiscardAllConflicts()
           
 boolean isListConflictError()
           
 boolean isListConflictRetryAllConflicts()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIST_CONFLICT_DIALOG

public static final ListConflict LIST_CONFLICT_DIALOG

LIST_CONFLICT_RETRY_ALL_CONFLICTS

public static final ListConflict LIST_CONFLICT_RETRY_ALL_CONFLICTS

LIST_CONFLICT_DISCARD_ALL_CONFLICTS

public static final ListConflict LIST_CONFLICT_DISCARD_ALL_CONFLICTS

LIST_CONFLICT_ERROR

public static final ListConflict LIST_CONFLICT_ERROR
Method Detail

getById

public static ListConflict getById(int pId)

isListConflictDialog

public boolean isListConflictDialog()

isListConflictRetryAllConflicts

public boolean isListConflictRetryAllConflicts()

isListConflictDiscardAllConflicts

public boolean isListConflictDiscardAllConflicts()

isListConflictError

public boolean isListConflictError()