public class Parameter
extends java.lang.Object
| Constructor and Description |
|---|
Parameter(java.lang.String name,
byte id,
ParameterType parameterType)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getId()
Returns the token id used to highlight the parameter name.
|
java.lang.String |
getName()
Returns the parameter name.
|
ParameterType |
getParameterType()
Returns the parameter type for the value of this parameter.
|
public Parameter(java.lang.String name,
byte id,
ParameterType parameterType)
name - the parameter nameid - the token id used to highlight the parameter nameparameterType - the parameter type for the value of this parameterpublic java.lang.String getName()
public byte getId()
public ParameterType getParameterType()