public class Modification
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MOD_ADD
Add new value.
|
static int |
MOD_DELETE
Deletes old value.
|
static int |
MOD_REPLACE
Replace old value.
|
| Constructor and Description |
|---|
Modification(java.lang.String name,
int op,
java.lang.Object value)
Constructs a role modification.
|
public static final int MOD_ADD
public static final int MOD_DELETE
public static final int MOD_REPLACE