Interface AbstractAsyncManagedObjectSource.Labeller<K extends Enum<K>>
- All Known Subinterfaces:
AbstractAsyncManagedObjectSource.DependencyLabeller<K>
public static interface AbstractAsyncManagedObjectSource.Labeller<K extends Enum<K>>
Provides the ability to label the required dependency or
Flow.-
Method Summary
-
Method Details
-
setLabel
Specifies the label.- Parameters:
label- Label.- Returns:
thisAbstractAsyncManagedObjectSource.Labeller(allows simpler coding).
-
getKey
K getKey()Obtains the key of the dependency orFlow. -
getIndex
int getIndex()Obtains the index of the dependency orFlow.- Returns:
- Index of the dependency or
Flow.
-