public interface IParameterValueListFactory2
| Modifier and Type | Field and Description |
|---|---|
static IParameterValueListFactory2 |
INSTANCE
Factory singleton
|
| Modifier and Type | Method and Description |
|---|---|
IParameterValueList2 |
createParameterValueList(ParameterValue... values)
This method has to be used to get a new instance of
IParameterValueList2 |
static final IParameterValueListFactory2 INSTANCE
IParameterValueList2 createParameterValueList(ParameterValue... values)
IParameterValueList2values - the list of parametersIParameterValueList2 instance containing the provided
parameter values