org.eclipse.emf.facet.query.java.core
Interface IParameterValueListFactory


public interface IParameterValueListFactory

Factory for the creation of instances of ParameterValueList.


Field Summary
static IParameterValueListFactory INSTANCE
          Factory singleton
 
Method Summary
 IParameterValueList createParameterValueList(ParameterValue... values)
          This method has to be used to get a new instance of IParameterValueList
 

Field Detail

INSTANCE

static final IParameterValueListFactory INSTANCE
Factory singleton

Method Detail

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