@SerializeWith(value=SetValueOperation.Externalizer.class) public class SetValueOperation extends ArrayOperation
| Modifier and Type | Class and Description |
|---|---|
static class |
SetValueOperation.Externalizer |
| 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 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-2014 JBoss, a division of Red Hat. All Rights Reserved.