public static enum ResultModel.STATE_CHANGE_TYPE extends java.lang.Enum<ResultModel.STATE_CHANGE_TYPE>
Enum Constant and Description |
---|
CLEARED
No data yet, notifies that a comparison was started
|
COMPLETED
Final update with recently found differences
|
FILTER_CHANGE
Indicates that the filtered types have changed.
|
HIGHLIGHT_UPDATE
Notification that the highlights of certain pages have been created
|
INCREMENTAL
Incremental update with recently found differences
|
INIT
States that the document info for both compared documents has been transmitted
|
PROGRESS_UPDATE
A simple notification about the overall progress of the comparison and export
|
VISIBILITY_CHANGE
The visibility of at least one
Modification has changed. |
Modifier and Type | Method and Description |
---|---|
static ResultModel.STATE_CHANGE_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultModel.STATE_CHANGE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResultModel.STATE_CHANGE_TYPE CLEARED
public static final ResultModel.STATE_CHANGE_TYPE INIT
public static final ResultModel.STATE_CHANGE_TYPE INCREMENTAL
public static final ResultModel.STATE_CHANGE_TYPE COMPLETED
public static final ResultModel.STATE_CHANGE_TYPE FILTER_CHANGE
public static final ResultModel.STATE_CHANGE_TYPE HIGHLIGHT_UPDATE
public static final ResultModel.STATE_CHANGE_TYPE PROGRESS_UPDATE
public static final ResultModel.STATE_CHANGE_TYPE VISIBILITY_CHANGE
Modification
has changed.public static ResultModel.STATE_CHANGE_TYPE[] values()
for (ResultModel.STATE_CHANGE_TYPE c : ResultModel.STATE_CHANGE_TYPE.values()) System.out.println(c);
public static ResultModel.STATE_CHANGE_TYPE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2010-2022 by i-net software GmbH