Member | Value | Description |
---|---|---|
COMPARISON_CHANGE_TYPE_ACTUALLY_MOVED | 20 | ActuallyMoved. This type used only in the server and DB. OTA client (UI) cannot receive this type while asking to get comparison change type of entity. |
COMPARISON_CHANGE_TYPE_ADDED | 1 | Added. |
COMPARISON_CHANGE_TYPE_DELETED | 8 | Deleted. |
COMPARISON_CHANGE_TYPE_MODIFIED | 2 | Modified. |
COMPARISON_CHANGE_TYPE_MOVED | 4 | Moved. |
COMPARISON_CHANGE_TYPE_MOVED_AND_MODIFIED | 6 | MovedAndModified. This type used to indicate entities that were moved and modified. |
COMPARISON_CHANGE_TYPE_NO_CHANGE | 0 | No Change. |