edu.wpi.cs.dsrg.xmldb.xat.common.operator.updateoperator
Class RenameImp
java.lang.Object
|
+--edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATPropertiesImp
|
+--edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATQueryObjectImp
|
+--edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperatorImp
|
+--edu.wpi.cs.dsrg.xmldb.xat.common.operator.updateoperator.UpdateOperatorImp
|
+--edu.wpi.cs.dsrg.xmldb.xat.common.operator.updateoperator.RenameImp
- public class RenameImp
- extends UpdateOperatorImp
- implements Rename
Implementation for the Rename interface.
- Since:
- 1.0
- See Also:
- Serialized Form
Constructor Summary |
RenameImp(XATNode xnodInit)
Assigns a node to this operator . |
RenameImp(XATNode xnodInit,
java.lang.String contextInit,
java.lang.String variableInit)
Assigns a node to this operator, a context and a variable . |
Method Summary |
java.lang.String |
getName()
Gets the new name of the Element/Attribute |
void |
setName(java.lang.String newName)
Sets new name for the Element/Attribute |
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperatorImp |
clone,
getColumnsFiltered,
getNode,
getOutput,
getOutputColumnName,
getOutputDataSource,
getOutputDataSources,
getPrimaryDataSource,
getPrimarySource,
setDefaultProperties,
setNode,
setOutput,
setOutputColumnName,
setProperty,
toString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
RenameImp
public RenameImp(XATNode xnodInit)
- Assigns a node to this operator .
- Parameters:
XATNode
- edu.wpi.cs.dsrg.xmldb.xat.common.xatnode.XATNode- Since:
- 1.0
RenameImp
public RenameImp(XATNode xnodInit,
java.lang.String contextInit,
java.lang.String variableInit)
- Assigns a node to this operator, a context and a variable .
- Parameters:
XATNode
- edu.wpi.cs.dsrg.xmldb.xat.common.xatnode.XATNodecontextInit
- StringvariableInit
- String- Since:
- 1.0
getName
public java.lang.String getName()
- Gets the new name of the Element/Attribute
- Specified by:
- getName in interface Rename
- Returns:
- Sting
- Since:
- 1.0
setName
public void setName(java.lang.String newName)
- Sets new name for the Element/Attribute
- Specified by:
- setName in interface Rename
- Parameters:
String
- - Since:
- 1.0