public class ReplaceInList extends Object implements ListCommand
List.set(int, Object)| Constructor and Description |
|---|
ReplaceInList() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getListId() |
int |
getPosition()
The index of the element that should be replaced.
|
Value |
getValue() |
void |
setListId(UUID listId) |
void |
setPosition(int position) |
void |
setValue(Value value) |
public UUID getListId()
getListId in interface ListCommandpublic void setListId(UUID listId)
setListId in interface ListCommandlistId - the idListCommand.getListId()public int getPosition()
public void setPosition(int position)
position - the positiongetPosition()public Value getValue()
public void setValue(Value value)
value - the valuegetValue()Copyright © 2014 Saxonia Systems AG. All Rights Reserved.