Uses of Enum Class
dev.jcputney.elearning.parser.input.scorm2004.adl.types.RollupConsiderationType
Packages that use RollupConsiderationType
Package
Description
-
Uses of RollupConsiderationType in dev.jcputney.elearning.parser.input.scorm2004.adl.sequencing
Methods in dev.jcputney.elearning.parser.input.scorm2004.adl.sequencing that return RollupConsiderationTypeModifier and TypeMethodDescriptionRollupConsiderations.getRequiredForCompleted()Retrieves the rollup consideration type required for marking completion.RollupConsiderations.getRequiredForIncomplete()Retrieves the rollup consideration type required for marking incompletion.RollupConsiderations.getRequiredForNotSatisfied()Retrieves the rollup consideration type required for non-satisfaction.RollupConsiderations.getRequiredForSatisfied()Retrieves the rollup consideration type required for satisfaction.Methods in dev.jcputney.elearning.parser.input.scorm2004.adl.sequencing with parameters of type RollupConsiderationTypeModifier and TypeMethodDescriptionvoidRollupConsiderations.setRequiredForCompleted(RollupConsiderationType requiredForCompleted) Sets the rollup consideration type required for marking completion.voidRollupConsiderations.setRequiredForIncomplete(RollupConsiderationType requiredForIncomplete) Sets the rollup consideration type required for marking incompletion.voidRollupConsiderations.setRequiredForNotSatisfied(RollupConsiderationType requiredForNotSatisfied) Sets the rollup consideration type required for marking non-satisfaction.voidRollupConsiderations.setRequiredForSatisfied(RollupConsiderationType requiredForSatisfied) Sets the rollup consideration type required for marking satisfaction. -
Uses of RollupConsiderationType in dev.jcputney.elearning.parser.input.scorm2004.adl.types
Methods in dev.jcputney.elearning.parser.input.scorm2004.adl.types that return RollupConsiderationTypeModifier and TypeMethodDescriptionstatic RollupConsiderationTypeReturns the enum constant of this class with the specified name.static RollupConsiderationType[]RollupConsiderationType.values()Returns an array containing the constants of this enum class, in the order they are declared.