|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.certsrv.dbs.Modification
public class Modification
A class represents a modification. This is used by the database (dbs) framework for modification operations. It specifices the modification type and values.
| Field Summary | |
|---|---|
static int |
MOD_ADD
Add new value. |
static int |
MOD_DELETE
Deletes old value. |
static int |
MOD_REPLACE
Replace old value. |
| Constructor Summary | |
|---|---|
Modification(java.lang.String name,
int op,
java.lang.Object value)
Constructs a role modification. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retrieves attribute name. |
int |
getOp()
Retrieves modification operation type. |
java.lang.Object |
getValue()
Retrieves attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MOD_ADD
public static final int MOD_DELETE
public static final int MOD_REPLACE
| Constructor Detail |
|---|
public Modification(java.lang.String name,
int op,
java.lang.Object value)
name - attribute nameop - attribute operation (i.e. MOD_ADD, MOD_DELETE, or MOD_REPLACE)value - attribute value| Method Detail |
|---|
public java.lang.String getName()
public int getOp()
public java.lang.Object getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||