public class SetValueOperation extends ArrayOperation
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected Object |
oldValue |
protected Object |
value |
parentPath
Constructor and Description |
---|
SetValueOperation(Path parentPath,
Object value,
int index) |
Modifier and Type | Method and Description |
---|---|
SetValueOperation |
clone() |
boolean |
equals(Object obj) |
int |
getIndex() |
Object |
getValue() |
int |
hashCode() |
void |
replay(MutableDocument delegate) |
void |
rollback(MutableDocument delegate) |
String |
toString() |
cloneValues, mutableParent
cloneValue, equalsIfNotNull, getParentPath
protected final Object value
protected final int index
protected transient Object oldValue
public SetValueOperation clone()
public void rollback(MutableDocument delegate)
public int getIndex()
public Object getValue()
public void replay(MutableDocument delegate)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.