|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfree.xml.generator.model.Comments
public class Comments
A set of comments for a model.
| Constructor Summary | |
|---|---|
Comments(java.lang.String[] openTagComment,
java.lang.String[] closeTagComment)
Creates a new set of comments. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getCloseTagComment()
Returns the close tag comments. |
java.lang.String[] |
getOpenTagComment()
Returns the open tag comments. |
java.lang.String |
toString()
Returns a string representation of the set of comments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Comments(java.lang.String[] openTagComment,
java.lang.String[] closeTagComment)
openTagComment - the open tag comment.closeTagComment - the close tag comment.| Method Detail |
|---|
public java.lang.String[] getOpenTagComment()
public java.lang.String[] getCloseTagComment()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||