public class KeyDescription extends Object
| 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.
|
public KeyDescription(TypeInfo[] parameters)
parameters - the parameters.public TypeInfo[] getParameters()
public Comments getComments()
public void setComments(Comments comments)
comments - the comments.Copyright © 2009-2012 jtstand.com. All Rights Reserved.