Package step.repository.alm.otaclient
Interface ISupportParameterValues
-
- All Superinterfaces:
com4j.Com4jObject
public interface ISupportParameterValues extends com4j.Com4jObject
Services to support parameterization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IParameterValueFactory
parameterValueFactory()
The parameter value factory that manages the parameter values of the current object.
-
-
-
Method Detail
-
parameterValueFactory
IParameterValueFactory parameterValueFactory()
The parameter value factory that manages the parameter values of the current object.
Getter method for the COM property "ParameterValueFactory"
- Returns:
- Returns a value of type otaclient.IParameterValueFactory
-
-