public interface DutyType<A extends Enum<A>,F extends Enum<F>>
Type definition
of as Duty
.Modifier and Type | Method and Description |
---|---|
A |
getDutyKey()
Obtains the key for this
Duty . |
String |
getDutyName()
Obtains the name for the
Duty . |
Class<F> |
getFlowKeyClass()
|
DutyFlowType<F>[] |
getFlowTypes()
|
Class<F> getFlowKeyClass()
Enum
providing instigated JobSequence
keys or
null
if Indexed
or no instigated
JobSequence
instances.DutyFlowType<F>[] getFlowTypes()
DutyFlowType
definitions for the possible
JobSequence
instances instigated by the Duty
.Copyright © 2005–2016. All rights reserved.