Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.LookaheadSequencerModeType
Packages that use LookaheadSequencerModeType
-
Uses of LookaheadSequencerModeType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return LookaheadSequencerModeTypeModifier and TypeMethodDescriptionBehaviorSpec.getLookaheadSequencerMode()Retrieves the current mode of the lookahead sequencer.static LookaheadSequencerModeTypeReturns the enum constant of this class with the specified name.static LookaheadSequencerModeType[]LookaheadSequencerModeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type LookaheadSequencerModeTypeModifier and TypeMethodDescriptionvoidBehaviorSpec.setLookaheadSequencerMode(LookaheadSequencerModeType lookaheadSequencerMode) Sets the lookahead sequencer mode for the current instance.