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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Retrieves attribute name.
|
int |
getOp()
Retrieves modification operation type.
|
java.lang.Object |
getValue()
Retrieves attribute value.
|
public static final int MOD_ADD
public static final int MOD_DELETE
public static final int MOD_REPLACE