@SerializeWith(value=RemoveValueOperation.Externalizer.class) public class RemoveValueOperation extends ArrayOperation
Modifier and Type | Class and Description |
---|---|
static class |
RemoveValueOperation.Externalizer |
Modifier and Type | Field and Description |
---|---|
protected int |
actualIndex |
protected Object |
value |
parentPath
Constructor and Description |
---|
RemoveValueOperation(Path parentPath,
Object value) |
Modifier and Type | Method and Description |
---|---|
RemoveValueOperation |
clone() |
boolean |
equals(Object obj) |
int |
getActualIndex() |
Object |
getRemovedValue() |
void |
replay(MutableDocument delegate) |
void |
rollback(MutableDocument delegate) |
String |
toString() |
cloneValues, mutableParent
cloneValue, equalsIfNotNull, getParentPath, hashCode
protected final Object value
protected transient int actualIndex
public RemoveValueOperation clone()
public void rollback(MutableDocument delegate)
public Object getRemovedValue()
public int getActualIndex()
public void replay(MutableDocument delegate)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.