edu.wpi.cs.dsrg.xmldb.xat.common.operator.updateoperator
Interface UpdateOperator
- All Known Subinterfaces:
- Delete, Insert, Rename, Replace
- All Known Implementing Classes:
- UpdateOperatorImp
- public interface UpdateOperator
- extends XATOperator
The UpdateOperator interface.
- Since:
- 1.0
Method Summary |
java.lang.String |
getContext()
Gets the context of the update operator. |
java.lang.String |
getVariable()
Gets the variable of the update operator. |
void |
setContext(java.lang.String context)
Sets the context(element being updated) of the update operator. |
void |
setVariable(java.lang.String variable)
Sets the variable of the update operator. |
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperator |
clone,
getNode,
getOutput,
getOutputColumnName,
getOutputDataSource,
getOutputDataSources,
getPrimaryDataSource,
getPrimarySource,
setNode,
setOutput,
setOutputColumnName |
getContext
public java.lang.String getContext()
- Gets the context of the update operator.
- Returns:
- String
- Since:
- 1.0
getVariable
public java.lang.String getVariable()
- Gets the variable of the update operator.
- Returns:
- String
- Since:
- 1.0
setContext
public void setContext(java.lang.String context)
- Sets the context(element being updated) of the update operator.
- Parameters:
context
- String- Since:
- 1.0
setVariable
public void setVariable(java.lang.String variable)
- Sets the variable of the update operator.
- Parameters:
String
- - Since:
- 1.0