ParameterType getParameterType()
Returns the parameter type for the value of this parameter.
Parameter(final String name, final byte id, final ParameterType parameterType)
Creates a new instance.
String getName()
Returns the parameter name.
byte getId()
Returns the token id used to highlight the parameter name.
Describes a parameter type.
final ParameterType parameterType
The parameter type for the value of this parameter.
final byte id
The token id used to highlight the parameter name.