Interface AbstractAdministrationSource.Labeller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIndex()
Obtains the index of theFlow
.AbstractAdministrationSource.Labeller
setLabel(java.lang.String label)
Specifies the label.
-
-
-
Method Detail
-
setLabel
AbstractAdministrationSource.Labeller setLabel(java.lang.String label)
Specifies the label.- Parameters:
label
- Label.- Returns:
this
AbstractAdministrationSource.Labeller
(allows simpler coding).
-
-