org.teiid.query.mapping.xml
Class MappingCommentNode

java.lang.Object
  extended by org.teiid.query.mapping.xml.MappingNode
      extended by org.teiid.query.mapping.xml.MappingCommentNode
All Implemented Interfaces:
Serializable, Cloneable

public class MappingCommentNode
extends MappingNode

This node describes a comment in XML Mapping document

See Also:
Serialized Form

Constructor Summary
MappingCommentNode(String comment)
           
 
Method Summary
 void acceptVisitor(MappingVisitor visitor)
           
 String getComment()
           
 MappingElement getParentNode()
           
 
Methods inherited from class org.teiid.query.mapping.xml.MappingNode
addChild, clone, equals, findNode, getChildren, getChildren, getElementSymbol, getFullyQualifiedName, getName, getNameInSource, getNodeChildren, getNodeProperties, getParent, getPathName, getProperty, getSourceNode, hashCode, isExcluded, printMappingNodeTree, setExclude, toString, toStringNodeTree
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappingCommentNode

public MappingCommentNode(String comment)
Method Detail

acceptVisitor

public void acceptVisitor(MappingVisitor visitor)
Specified by:
acceptVisitor in class MappingNode

getParentNode

public MappingElement getParentNode()

getComment

public String getComment()


Copyright © 2012. All Rights Reserved.