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