public static class EditableConfigurationArray.Modification
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
Modification(EditableConfigurationArray.ModificationType type,
int index,
java.lang.Object previousValue,
java.lang.Object newValue) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
java.lang.Object |
getNewValue() |
java.lang.Object |
getPreviousValue() |
EditableConfigurationArray.ModificationType |
getType()
Returns the type of modification that was performed.
|
protected Modification(EditableConfigurationArray.ModificationType type, int index, java.lang.Object previousValue, java.lang.Object newValue)
public EditableConfigurationArray.ModificationType getType()
public int getIndex()
public java.lang.Object getPreviousValue()
public java.lang.Object getNewValue()