public class DpAccumulate extends Object
setElem, create, and
remove operations when they return
Conf.REPLY_ACCUMULATE.| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE
An accumulated create operation.
|
static int |
REMOVE
An accumulated remove operation.
|
static int |
SET_ELEM
An accumulating setElem operation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallPoint()
The callpoint that handled the operation.
|
ConfObject[] |
getKP()
The keypath consisting of an array of ConfTag and/or ConfKey objects.
|
int |
getOperation()
The op has one of the values:
SET_ELEM, CREATE,
REMOVE |
ConfValue |
getValue()
The value to be set if op is
SET_ELEM |
String |
toString() |
public static final int CREATE
public static final int REMOVE
public static final int SET_ELEM
public String getCallPoint()
public ConfObject[] getKP()
public int getOperation()
SET_ELEM, CREATE,
REMOVEpublic ConfValue getValue()
SET_ELEM