Enum Class HistoricalAttributeValue.HistOperation
java.lang.Object
java.lang.Enum<HistoricalAttributeValue.HistOperation>
org.opends.server.replication.plugin.HistoricalAttributeValue.HistOperation
- All Implemented Interfaces:
Serializable, Comparable<HistoricalAttributeValue.HistOperation>, Constable
- Enclosing class:
HistoricalAttributeValue
public static enum HistoricalAttributeValue.HistOperation
extends Enum<HistoricalAttributeValue.HistOperation>
Represents the operation performed on the entry for a given ds-sync-hist value.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe ds-sync-hist value encodes a modification that deletes an attribute.The ds-sync-hist value encodes a historical modification that added/replaced/deleted a value.The ds-sync-hist value encodes when the entry has been added.The ds-sync-hist value encodes the time of the last moddn on the entry. -
Method Summary
-
Enum Constant Details
-
ENTRY_ADD
The ds-sync-hist value encodes when the entry has been added. -
ENTRY_MODDN
The ds-sync-hist value encodes the time of the last moddn on the entry. -
ATTRIBUTE_DELETE
The ds-sync-hist value encodes a modification that deletes an attribute. -
ATTRIBUTE_MODIFICATION
The ds-sync-hist value encodes a historical modification that added/replaced/deleted a value.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<HistoricalAttributeValue.HistOperation>
-