|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<HistKey>
org.opends.server.replication.plugin.HistKey
public enum HistKey
Enumeration used for storing type of historical information.
| Enum Constant Summary | |
|---|---|
ADD
The key for attribute value addition. |
|
DEL
The key for attribute value deletion. |
|
DELATTR
The key for attribute deletion. |
|
REPL
The key for attribute replace. |
|
| Method Summary | |
|---|---|
static HistKey |
decodeKey(java.lang.String histkey)
Get a key from the String representation. |
java.lang.String |
getKey()
Retrieves the human-readable name for this HistKey. |
java.lang.String |
toString()
Retrieves a string representation of this HistKey. |
static HistKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HistKey[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final HistKey DEL
public static final HistKey DELATTR
public static final HistKey REPL
public static final HistKey ADD
| Method Detail |
|---|
public static HistKey[] values()
for (HistKey c : HistKey.values()) System.out.println(c);
public static HistKey valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic static HistKey decodeKey(java.lang.String histkey)
histkey - the String to decode
public java.lang.String getKey()
public java.lang.String toString()
toString in class java.lang.Enum<HistKey>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||