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