org.jfree.xml.generator.model
public class KeyDescription extends Object
| Constructor Summary | |
|---|---|
| KeyDescription(TypeInfo[] parameters)
Creates a new key description instance.
| |
| Method Summary | |
|---|---|
| Comments | getComments()
Returns the comments.
|
| TypeInfo[] | getParameters()
Returns the parameters.
|
| void | setComments(Comments comments)
Sets the comments.
|
Parameters: parameters the parameters.
Returns: The comments.
Returns: The parameters.
Parameters: comments the comments.