Package org.jfree.xml.generator.model
Class KeyDescription
java.lang.Object
org.jfree.xml.generator.model.KeyDescription
A key description.
-
Constructor Summary
ConstructorsConstructorDescriptionKeyDescription(TypeInfo[] parameters) Creates a new key description instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the comments.TypeInfo[]Returns the parameters.voidsetComments(Comments comments) Sets 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.
-