Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.ScoreRollupType
Packages that use ScoreRollupType
-
Uses of ScoreRollupType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return ScoreRollupTypeModifier and TypeMethodDescriptionBehaviorSpec.getScoreRollupMode()Retrieves the score rollup mode setting for this behavior.static ScoreRollupTypeReturns the enum constant of this class with the specified name.static ScoreRollupType[]ScoreRollupType.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 ScoreRollupTypeModifier and TypeMethodDescriptionvoidBehaviorSpec.setScoreRollupMode(ScoreRollupType scoreRollupMode) Sets the score rollup mode for the behavior.