|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagedObjectFlowMetaData<F extends Enum<F>>
Describes a JobSequence required by the ManagedObjectSource.
| Method Summary | |
|---|---|
Class<?> |
getArgumentType()
Obtains the Class of the argument that is passed to the
JobSequence. |
F |
getKey()
Obtains the Enum key identifying this JobSequence. |
String |
getLabel()
Provides a descriptive name for this JobSequence. |
| Method Detail |
|---|
F getKey()
Enum key identifying this JobSequence. If
null then JobSequence will be referenced by this instance's
index in the array returned from ManagedObjectSourceMetaData.
Enum key identifying the JobSequence or
null indicating identified by an index.Class<?> getArgumentType()
Obtains the Class of the argument that is passed to the
JobSequence.
This may be null to indicate no argument is passed.
JobSequence.String getLabel()
JobSequence. This is useful to
better describe the JobSequence.
JobSequence.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||