Class UpdateOp.Operation
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.UpdateOp.Operation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateOp.Operation.TypeThe DocumentStore operation type.
-
Field Summary
Fields Modifier and Type Field Description UpdateOp.Operation.TypetypeThe operation type.ObjectvalueThe value, if any.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)UpdateOp.OperationgetReverse()inthashCode()StringtoString()
-
-
-
Field Detail
-
type
public final UpdateOp.Operation.Type type
The operation type.
-
value
public final Object value
The value, if any.
-
-