org.safehaus.triplesec.guardian
Class ChangeType

java.lang.Object
  extended by org.safehaus.triplesec.guardian.ChangeType

public class ChangeType
extends java.lang.Object

The enumerated type for changes to guardian entities.

Version:
$Rev$, $Date$
Author:
Alex Karasulu

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

ADD

public static final ChangeType ADD
the change type representing the addition of a guardian entity


DEL

public static final ChangeType DEL
the change type representing the deletion of a guardian entity


MODIFY

public static final ChangeType MODIFY
the change type representing the modification of a guardian entity


RENAME

public static final ChangeType RENAME
the change type representing the name change of a guardian entity

Method Detail

getName

public java.lang.String getName()
Gets the name of this ChangeType enumeration value.

Returns:
the name of this ChangeType enumeration value

getValue

public int getValue()
Gets the primitive int value of this ChangeType enumeration value.

Returns:
the primitive int value of this ChangeType enumeration value