edu.wpi.cs.dsrg.xmldb.xat.common.operator.updateoperator
Interface Rename

All Known Implementing Classes:
RenameImp

public interface Rename
extends UpdateOperator

The Rename interface.

Since:
1.0

Method Summary
 java.lang.String getName()
          Gets the new name of the Element/Attribute
 void setName(java.lang.String name)
          Sets new name for the Element/Attribute
 
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.updateoperator.UpdateOperator
getContext, getVariable, setContext, setVariable
 
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperator
clone, getNode, getOutput, getOutputColumnName, getOutputDataSource, getOutputDataSources, getPrimaryDataSource, getPrimarySource, setNode, setOutput, setOutputColumnName
 
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATQueryObject
getStatistics, isValidStatistic
 
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATProperties
getProperties, getProperty, isValidPropertyName, setProperty
 

Method Detail

getName

public java.lang.String getName()
Gets the new name of the Element/Attribute
Returns:
Sting
Since:
1.0

setName

public void setName(java.lang.String name)
Sets new name for the Element/Attribute
Parameters:
String -  
Since:
1.0