public abstract class AbstractParameterGroup<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
groupName |
private Collection<T> |
items |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractParameterGroup(String groupName,
Collection<T> items)
Creates a named parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName() |
Collection<T> |
getItems() |
private final String groupName
private final Collection<T> items
protected AbstractParameterGroup(String groupName, Collection<T> items)
groupName - The parameter group nameitems - A collection of grouped itemspublic String getGroupName()
public Collection<T> getItems()
Copyright © 2023 Apache NiFi Project. All rights reserved.