Class AbstractParameterGroup<T>

java.lang.Object
org.apache.nifi.parameter.AbstractParameterGroup<T>

public abstract class AbstractParameterGroup<T> extends Object
  • Field Details

    • groupName

      private final String groupName
    • items

      private final Collection<T> items
  • Constructor Details

    • AbstractParameterGroup

      protected AbstractParameterGroup(String groupName, Collection<T> items)
      Creates a named parameter group.
      Parameters:
      groupName - The parameter group name
      items - A collection of grouped items
  • Method Details

    • getGroupName

      public String getGroupName()
      Returns:
      The group name
    • getItems

      public Collection<T> getItems()
      Returns:
      The collection of grouped items