JCommon 1.0.17-redhat-2

org.jfree.xml.generator.model
Class Comments

java.lang.Object
  extended by org.jfree.xml.generator.model.Comments

public class Comments
extends Object

A set of comments for a model.


Constructor Summary
Comments(String[] openTagComment, String[] closeTagComment)
          Creates a new set of comments.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Comments

public Comments(String[] openTagComment,
                String[] closeTagComment)
Creates a new set of comments.

Parameters:
openTagComment - the open tag comment.
closeTagComment - the close tag comment.
Method Detail

getOpenTagComment

public String[] getOpenTagComment()
Returns the open tag comments.

Returns:
The open tag comments.

getCloseTagComment

public String[] getCloseTagComment()
Returns the close tag comments.

Returns:
The close tag comments.

toString

public String toString()
Returns a string representation of the set of comments.

Overrides:
toString in class Object
Returns:
A string.

JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.