Interface AbstractGovernanceSource.Labeller
-
- Enclosing class:
- AbstractGovernanceSource<I,F extends java.lang.Enum<F>>
public static interface AbstractGovernanceSource.Labeller
Provides the ability to label theFlow
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIndex()
Obtains the index of theFlow
.AbstractGovernanceSource.Labeller
setLabel(java.lang.String label)
Specifies the label.
-
-
-
Method Detail
-
setLabel
AbstractGovernanceSource.Labeller setLabel(java.lang.String label)
Specifies the label.- Parameters:
label
- Label.- Returns:
this
AbstractGovernanceSource.Labeller
(allows simpler coding).
-
-