|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.conradroche.matra.decl.Comment
Class to hold the details of a comment in the DTD.
Constructor Summary | |
Comment()
Comment Constructor. |
Method Summary | |
java.lang.String |
getCommentText()
Returns the text contained in the comment. |
void |
setCommentText(java.lang.String commentText)
Sets the comment text. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Comment()
Method Detail |
public java.lang.String getCommentText()
getCommentText
in interface Comment
public void setCommentText(java.lang.String commentText)
setCommentText
in interface Comment
The
- comment text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |