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