|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PersistentSearchChangeType>
org.ldaptive.control.PersistentSearchChangeType
public enum PersistentSearchChangeType
The set of change types available for use with the PersistentSearchRequestControl and returned by the EntryChangeNotificationControl. See
http://tools.ietf.org/id/draft-ietf-ldapext-psearch-03.txt.
| Enum Constant Summary | |
|---|---|
ADD
add. |
|
DELETE
delete. |
|
MODDN
modify dn. |
|
MODIFY
modify. |
|
| Method Summary | |
|---|---|
int |
value()
Returns the value. |
static PersistentSearchChangeType |
valueOf(int i)
Returns the persistent search change type for the supplied integer constant. |
static PersistentSearchChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PersistentSearchChangeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PersistentSearchChangeType ADD
public static final PersistentSearchChangeType DELETE
public static final PersistentSearchChangeType MODIFY
public static final PersistentSearchChangeType MODDN
| Method Detail |
|---|
public static PersistentSearchChangeType[] values()
for (PersistentSearchChangeType c : PersistentSearchChangeType.values()) System.out.println(c);
public static PersistentSearchChangeType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int value()
public static PersistentSearchChangeType valueOf(int i)
i - to find change type for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||