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, mutableParentcloneValue, equalsIfNotNull, getParentPathprotected final int index
public SetValueOperation(Path parentPath, Object value, int index)
public SetValueOperation clone()
public void rollback(MutableDocument delegate)
public int getIndex()
public void replay(MutableDocument delegate)
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.