Uses of Enum Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types.RollupActionType
Packages that use RollupActionType
Package
Description
-
Uses of RollupActionType in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup that return RollupActionTypeModifier and TypeMethodDescriptionRollupAction.getAction()Retrieves the current rollup action type associated with this instance.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup with parameters of type RollupActionTypeModifier and TypeMethodDescriptionvoidRollupAction.setAction(RollupActionType action) Sets the rollup action to be performed when the rollup rule conditions are met.Constructors in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.rollup with parameters of type RollupActionTypeModifierConstructorDescriptionRollupAction(RollupActionType action) Initializes a new instance of theRollupActionclass with the specified rollup action type. -
Uses of RollupActionType in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.types that return RollupActionTypeModifier and TypeMethodDescriptionstatic RollupActionTypeReturns the enum constant of this class with the specified name.static RollupActionType[]RollupActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.