Modifier and Type | Field | Description |
---|---|---|
private java.lang.String |
fromKey |
CONTINUE_PROCESSING, PROCESSING_COMPLETE
Constructor | Description |
---|---|
RemoveCommand() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
execute(Context context) |
Copy the specified source attribute to the specified destination
attribute.
|
java.lang.String |
getFromKey() |
Return the context attribute key for the attribute.
|
void |
setFromKey(java.lang.String fromKey) |
Set the context attribute key for the attribute.
|
public java.lang.String getFromKey()
Return the context attribute key for the attribute.
public void setFromKey(java.lang.String fromKey)
Set the context attribute key for the attribute.
fromKey
- The new keypublic boolean execute(Context context) throws java.lang.Exception
Copy the specified source attribute to the specified destination attribute.