Interface AbstractGovernanceSource.Labeller
- Enclosing class:
- AbstractGovernanceSource<I,
F extends Enum<F>>
public static interface AbstractGovernanceSource.Labeller
Provides the ability to label the
Flow.-
Method Details
-
setLabel
Specifies the label.- Parameters:
label- Label.- Returns:
thisAbstractGovernanceSource.Labeller(allows simpler coding).
-
getIndex
int getIndex()Obtains the index of theFlow.- Returns:
- Index of the
Flow.
-