org.eclipse.emf.facet.query.java.core
Interface IParameterValueListFactory
public interface IParameterValueListFactory
Factory for the creation of instances of ParameterValueList.
INSTANCE
static final IParameterValueListFactory INSTANCE
- Factory singleton
createParameterValueList
IParameterValueList createParameterValueList(ParameterValue... values)
- This method has to be used to get a new instance of
IParameterValueList
- Parameters:
values - the list of parameters
- Returns:
- an
IParameterValueList instance containing the provided
parameter values