public interface ManagedObjectFlowMetaData<F extends Enum<F>>
JobSequence
required by the ManagedObjectSource
.Modifier and Type | Method and Description |
---|---|
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 . |
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
.Copyright © 2005–2016. All rights reserved.