public class SynchronizationMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SynchronizationMode |
IGNORE
The Constant IGNORE.
|
static SynchronizationMode |
UPDATE
The Constant UPDATE.
|
Modifier | Constructor and Description |
---|---|
protected |
SynchronizationMode(int code)
Instantiates a new synchronization mode.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Gets the code.
|
public static final SynchronizationMode UPDATE
public static final SynchronizationMode IGNORE
Copyright © 2018. All Rights Reserved.