Package org.jfree.xml.generator.model
Class Comments
- java.lang.Object
-
- org.jfree.xml.generator.model.Comments
-
public class Comments extends Object
A set of comments for a model.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getCloseTagComment()
Returns the close tag comments.String[]
getOpenTagComment()
Returns the open tag comments.String
toString()
Returns a string representation of the set of comments.
-