edu.wpi.cs.dsrg.xmldb.xat.common.dompattern
Interface ColumnNameNode
- All Known Implementing Classes:
- ColumnNameNodeImp
- public interface ColumnNameNode
- extends DOMPatternNode
This Class defines another type of DOMPattern node that is used
to represent a PatternNode that has been renamed .
- Since:
- 1.0
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNode |
addChild,
addChild,
deleteChild,
getChild,
getChildren,
getParent,
getTagName,
getTagValue,
isCanceledOut,
setCanceledOut,
setChild,
setParent,
setTagName,
setTagValue |
getColumnName
public java.lang.String getColumnName()
- Get the column name.
- Returns:
- String The name of the column.
- Since:
- 1.0
setTagValue
public void setTagValue(NavigationStep[] param)
- Set the value of the columnNameNode.
- Specified by:
- setTagValue in interface DOMPatternNode
- Parameters:
param
- The value of columnNameNode.- Returns:
- void
- Since:
- 1.0