edu.wpi.cs.dsrg.xmldb.xat.common.dompattern
Class ColumnNameNodeImp

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp
        |
        +--edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.ColumnNameNodeImp

public class ColumnNameNodeImp
extends DOMPatternNodeImp
implements ColumnNameNode

This Class implement the columnNameNode.

Since:
1.0
See Also:
Serialized Form

Fields inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp
canceledOut, children, parent, tagName, tagValue
 
Constructor Summary
ColumnNameNodeImp()
          The default ColumnNameNodeImp constructor.
ColumnNameNodeImp(NavigationStep[] value)
          The ColumnNameNodeImp constructor.
ColumnNameNodeImp(java.lang.String value)
          The ColumnNameNodeImp constructor.
 
Method Summary
 java.lang.String getColumnName()
          Get the column name.
 
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp
addChild, addChild, deleteChild, getChild, getChildren, getParent, getTagName, getTagValue, isCanceledOut, setCanceledOut, setChild, setParent, setTagName, setTagValue, setTagValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ColumnNameNodeImp

public ColumnNameNodeImp()
The default ColumnNameNodeImp constructor.
Since:
1.0

ColumnNameNodeImp

public ColumnNameNodeImp(NavigationStep[] value)
The ColumnNameNodeImp constructor.
Parameters:
value - The tag value used to construct ColumnNameNodeImp.
Since:
1.0

ColumnNameNodeImp

public ColumnNameNodeImp(java.lang.String value)
The ColumnNameNodeImp constructor.
Parameters:
value - The tag value used to construct ColumnNameNodeImp.
Since:
1.0
Method Detail

getColumnName

public java.lang.String getColumnName()
Get the column name.
Specified by:
getColumnName in interface ColumnNameNode
Returns:
String The column name.
Since:
1.0