edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator
Interface Expose
- All Known Implementing Classes:
- ExposeImp
- public interface Expose
- extends SpecialOperator
An interface for the Expose opertor.
- Since:
- 1.0
Method Summary |
java.lang.String |
getColumnName()
Gets column name. |
void |
setColumnName(java.lang.String columName)
Sets column name. |
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.operator.XATOperator |
clone,
getNode,
getOutput,
getOutputColumnName,
getOutputDataSource,
getOutputDataSources,
getPrimaryDataSource,
getPrimarySource,
setNode,
setOutput,
setOutputColumnName |
getColumnName
public java.lang.String getColumnName()
- Gets column name.
- Returns:
- column name
- Since:
- 1.0
setColumnName
public void setColumnName(java.lang.String columName)
- Sets column name.
- Parameters:
columName
- is column name- Since:
- 1.0