public class DataProviderConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADD_COMMAND
Constant that can be used as the "ADD" value for the "command" fields of Items to be processed in
COMMAND mode.
|
static String |
COMMAND_FIELD
Constant that can be used as field name for the "command" field in Items to be processed in
COMMAND mode.
|
static String |
DELETE_COMMAND
Constant that can be used as the "DELETE" value for the "command" fields of Items to be processed
in COMMAND mode.
|
static String |
KEY_FIELD
Constant that can be used as field name for the "key" field in Items to be processed in COMMAND mode.
|
static String |
UPDATE_COMMAND
Constant that can be used as the "UPDATE" value for the "command" fields of Items to be processed
in COMMAND mode.
|
Constructor and Description |
---|
DataProviderConstants() |
@Nullable public static final String KEY_FIELD
@Nullable public static final String COMMAND_FIELD
@Nullable public static final String ADD_COMMAND
@Nullable public static final String UPDATE_COMMAND
@Nullable public static final String DELETE_COMMAND
Copyright © 2021. All rights reserved.