Interface IParametersLibrary

All Superinterfaces:
Iterable<IParameterDefinition>

public interface IParametersLibrary extends Iterable<IParameterDefinition>
Since:
3.9.2
  • Method Details

    • asList

      @NotNull List<IParameterDefinition> asList()
      Returns:
      unmodifiable list containing the parameters.
    • add

      @NotNull IParameterDefinition add(@NotNull String name)
      Returns:
      the added parameter or the already existing parameter if the parameter already existed before calling this method.
    • remove

      boolean remove(@NotNull String name)
      Returns:
      true if an parameter was removed as a result of this call