net.officefloor.frame.spi.managedobject.source.impl
Interface AbstractAsyncManagedObjectSource.Labeller

All Known Subinterfaces:
AbstractAsyncManagedObjectSource.DependencyLabeller
Enclosing class:
AbstractAsyncManagedObjectSource<D extends Enum<D>,F extends Enum<F>>

public static interface AbstractAsyncManagedObjectSource.Labeller

Provides the ability to label the required dependency or JobSequence.


Method Summary
 int getIndex()
          Obtains the index of the dependency of JobSequence.
 AbstractAsyncManagedObjectSource.Labeller setLabel(String label)
          Specifies the label.
 

Method Detail

setLabel

AbstractAsyncManagedObjectSource.Labeller setLabel(String label)
Specifies the label.

Parameters:
label - Label.
Returns:
this AbstractAsyncManagedObjectSource.DependencyLabeller (allows simpler coding).

getIndex

int getIndex()
Obtains the index of the dependency of JobSequence.

Returns:
Index of the dependency of JobSequence.


Copyright © 2005-2013. All Rights Reserved.