|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.query.mapping.xml.MappingNode
com.metamatrix.query.mapping.xml.MappingCommentNode
public class MappingCommentNode
This node describes a comment in XML Mapping document
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 |
---|
public MappingCommentNode(java.lang.String comment)
Method Detail |
---|
public void acceptVisitor(MappingVisitor visitor)
acceptVisitor
in class MappingNode
public MappingElement getParentNode()
public java.lang.String getComment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |