public class Operation extends Object implements Serializable
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperation()
Get 'extend' to extend the existing value, 'put' to replace.
|
boolean |
isPrepend()
Get for the 'extend' operation, indicates that the value
should be placed at the head of the list.
|
void |
setOperation(String operation)
Set 'extend' to extend the existing value, 'put' to replace.
|
void |
setPrepend(boolean prepend)
Set for the 'extend' operation, indicates that the value
should be placed at the head of the list.
|
public String getOperation()
public boolean isPrepend()
public void setOperation(String operation)
operation - public void setPrepend(boolean prepend)
prepend - Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.