public static class PMParams.Param
extends java.lang.Object
A single parameter.
| Constructor and Description |
|---|
Param(int pType,
java.lang.Object pValue)
Creates a new parameter with the given type and value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
java.lang.Object |
getValue() |