public final class Parameter
extends java.lang.Object
| Constructor and Description | 
|---|
| Parameter() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName()Get the name attribute. | 
| java.lang.String | getType()Get the type attribute. | 
| java.lang.String | getValue()Get the value attribute. | 
| void | setName(java.lang.String name)Set the name attribute. | 
| void | setType(java.lang.String type)Set the type attribute. | 
| void | setValue(java.lang.String value)Set the value attribute. | 
public void setName(java.lang.String name)
name - a String valuepublic void setType(java.lang.String type)
type - a String valuepublic void setValue(java.lang.String value)
value - a String valuepublic java.lang.String getName()
String valuepublic java.lang.String getType()
String valuepublic java.lang.String getValue()
String value