com.metamatrix.query.mapping.xml
Class MappingCommentNode

java.lang.Object
  extended by com.metamatrix.query.mapping.xml.MappingNode
      extended by com.metamatrix.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

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

Constructor Detail

MappingCommentNode

public MappingCommentNode(java.lang.String comment)
Method Detail

acceptVisitor

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

getParentNode

public MappingElement getParentNode()

getComment

public java.lang.String getComment()


Copyright © 2009. All Rights Reserved.