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


Deprecated. cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=374678

@Deprecated
public interface IParameterValueListFactory

Factory for the creation of instances of ParameterValueList.


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

Field Detail

INSTANCE

static final IParameterValueListFactory INSTANCE
Deprecated. 
Factory singleton

Method Detail

createParameterValueList

IParameterValueList createParameterValueList(ParameterValue... values)
Deprecated. 
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