Package com.zentadata.client.option
Interface SaveMode
-
public interface SaveMode
-
-
Field Detail
-
KEY
static final String KEY
- See Also:
- Constant Field Values
-
OVERWRITE
static final String OVERWRITE
- See Also:
- Constant Field Values
-
APPEND
static final String APPEND
- See Also:
- Constant Field Values
-
IGNORE
static final String IGNORE
- See Also:
- Constant Field Values
-
ERROR
static final String ERROR
- See Also:
- Constant Field Values
-
-