org.teiid.query.mapping.xml
Class MappingCommentNode
java.lang.Object
org.teiid.query.mapping.xml.MappingNode
org.teiid.query.mapping.xml.MappingCommentNode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class MappingCommentNode
- extends MappingNode
This node describes a comment in XML Mapping document
- See Also:
- Serialized Form
| 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 |
MappingCommentNode
public MappingCommentNode(java.lang.String comment)
acceptVisitor
public void acceptVisitor(MappingVisitor visitor)
- Specified by:
acceptVisitor in class MappingNode
getParentNode
public MappingElement getParentNode()
getComment
public java.lang.String getComment()
Copyright © 2011. All Rights Reserved.