edu.wpi.cs.dsrg.xmldb.xat.common.operator.specialoperator
Class ExposeImp
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.specialoperator.ExposeImp
- public class ExposeImp
- extends XATOperatorImp
- implements Expose
Implementation for interface Expose.
- Since:
- 1.0
- See Also:
- Serialized Form
Constructor Summary |
ExposeImp(XATNode xnodInit)
Assign a node to this operator . |
Method Summary |
java.lang.String |
getColumnName()
Gets column name. |
void |
setColumnName(java.lang.String columnName)
Sets column name. |
java.lang.String |
toString()
returns a string representation |
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 |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
sColumnName
protected java.lang.String sColumnName
ExposeImp
public ExposeImp(XATNode xnodInit)
- Assign a node to this operator .
- Parameters:
xnodInit
- edu.wpi.cs.dsrg.xmldb.xat.common.xatnode.XATNode- Since:
- 1.0
getColumnName
public java.lang.String getColumnName()
- Gets column name.
- Specified by:
- getColumnName in interface Expose
- Returns:
- column name
- Since:
- 1.0
setColumnName
public void setColumnName(java.lang.String columnName)
- Sets column name.
- Specified by:
- setColumnName in interface Expose
- Parameters:
columName
- is column name- Since:
- 1.0
toString
public java.lang.String toString()
- returns a string representation
- Overrides:
- toString in class XATOperatorImp
- Returns:
- java.lang.String
- Since:
- 1.0