org.jfree.xml.generator.model

Class KeyDescription

public class KeyDescription extends Object

A key description.
Constructor Summary
KeyDescription(TypeInfo[] parameters)
Creates a new key description instance.
Method Summary
CommentsgetComments()
Returns the comments.
TypeInfo[]getParameters()
Returns the parameters.
voidsetComments(Comments comments)
Sets the comments.

Constructor Detail

KeyDescription

public KeyDescription(TypeInfo[] parameters)
Creates a new key description instance.

Parameters: parameters the parameters.

Method Detail

getComments

public Comments getComments()
Returns the comments.

Returns: The comments.

getParameters

public TypeInfo[] getParameters()
Returns the parameters.

Returns: The parameters.

setComments

public void setComments(Comments comments)
Sets the comments.

Parameters: comments the comments.