public interface DutyFlowType<F extends Enum<F>>
Modifier and Type | Method and Description |
---|---|
Class<?> |
getArgumentType()
Obtains the type of the argument passed by the
Duty to the
JobSequence . |
String |
getFlowName()
Obtains the name of the
JobSequence . |
int |
getIndex()
Obtains the index identifying the
JobSequence . |
F |
getKey()
Obtains the key identifying the
JobSequence . |
String getFlowName()
JobSequence
.JobSequence
.int getIndex()
JobSequence
.JobSequence
.Class<?> getArgumentType()
Duty
to the
JobSequence
.Duty
. May be
null
to indicate no argument.F getKey()
JobSequence
.JobSequence
.Copyright © 2005–2016. All rights reserved.