Package org.jfree.xml.generator.model
Class KeyDescription
java.lang.Object
org.jfree.xml.generator.model.KeyDescription
A key description.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionKeyDescription
(TypeInfo[] parameters) Creates a new key description instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the comments.TypeInfo[]
Returns the parameters.void
setComments
(Comments comments) Sets the comments.
-
Field Details
-
parameters
The parameters. -
comments
The comments.
-
-
Constructor Details
-
KeyDescription
Creates a new key description instance.- Parameters:
parameters
- the parameters.
-
-
Method Details
-
getParameters
Returns the parameters.- Returns:
- The parameters.
-
getComments
Returns the comments.- Returns:
- The comments.
-
setComments
Sets the comments.- Parameters:
comments
- the comments.
-