| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.lang.String |
name |
protected GeneratedType |
type |
| Constructor and Description |
|---|
Parameter() |
Parameter(java.lang.String name,
Primitive type,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Parameter p) |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
GeneratedType |
getType() |
protected java.lang.String name
protected GeneratedType type
protected java.lang.String description
public Parameter()
public Parameter(java.lang.String name,
Primitive type,
java.lang.String description)
public java.lang.String getName()
public GeneratedType getType()
public java.lang.String getDescription()