public class RemoveValueOperation extends ArrayOperation
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() |
int |
hashCode() |
void |
replay(MutableDocument delegate) |
void |
rollback(MutableDocument delegate) |
String |
toString() |
cloneValues, mutableParent
cloneValue, equalsIfNotNull, getParentPath
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–2016 JBoss, a division of Red Hat. All rights reserved.