|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.safehaus.triplesec.guardian.ChangeType
public class ChangeType
The enumerated type for changes to guardian entities.
| Field Summary | |
|---|---|
static ChangeType |
ADD
the change type representing the addition of a guardian entity |
static ChangeType |
DEL
the change type representing the deletion of a guardian entity |
static ChangeType |
MODIFY
the change type representing the modification of a guardian entity |
static ChangeType |
RENAME
the change type representing the name change of a guardian entity |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Gets the name of this ChangeType enumeration value. |
int |
getValue()
Gets the primitive int value of this ChangeType enumeration value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ChangeType ADD
public static final ChangeType DEL
public static final ChangeType MODIFY
public static final ChangeType RENAME
| Method Detail |
|---|
public java.lang.String getName()
public int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||