public class Parameter
extends java.lang.Object
| Constructor and Description |
|---|
Parameter(ParameterType type,
int index,
java.lang.String value)
The constructor of a Parameter.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Returns the index of the Parameter.
|
ParameterType |
getParameterType()
Returns the type of the Parameter.
|
java.lang.String |
getValue()
Returns the value which was previously represented by the parameter
declaration in the
Action trigger. |
public Parameter(ParameterType type, int index, java.lang.String value)
type - The type.index - The index.value - The value which was represented by the parameter declaration
in the Action trigger.public ParameterType getParameterType()
ParameterType.public int getIndex()
public java.lang.String getValue()
Action trigger.