Package com.polarion.alm.tracker
Interface IParametersLibrary
- All Superinterfaces:
Iterable<IParameterDefinition>
- Since:
- 3.9.2
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
asList
- Returns:
- unmodifiable list containing the parameters.
-
add
- Returns:
- the added parameter or the already existing parameter if the parameter already existed before calling this method.
-
remove
- Returns:
- true if an parameter was removed as a result of this call
-