public class KeyDescription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Comments |
comments
The comments.
|
private TypeInfo[] |
parameters
The parameters.
|
Constructor and Description |
---|
KeyDescription(TypeInfo[] parameters)
Creates a new key description instance.
|
Modifier and Type | Method and Description |
---|---|
Comments |
getComments()
Returns the comments.
|
TypeInfo[] |
getParameters()
Returns the parameters.
|
void |
setComments(Comments comments)
Sets the comments.
|
private TypeInfo[] parameters
private Comments comments
public KeyDescription(TypeInfo[] parameters)
parameters
- the parameters.public TypeInfo[] getParameters()
public Comments getComments()
public void setComments(Comments comments)
comments
- the comments.