Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.Difficulty
Packages that use Difficulty
Package
Description
-
Uses of Difficulty in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type DifficultyModifier and TypeMethodDescriptionEducational.getDifficulty()Retrieves the difficulty level of the learning resource.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type DifficultyModifier and TypeMethodDescriptionvoidEducational.setDifficulty(SourceValuePair<Difficulty> difficulty) Sets the difficulty level of the educational resource. -
Uses of Difficulty in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return DifficultyModifier and TypeMethodDescriptionstatic DifficultyReturns the enum constant of this class with the specified name.static Difficulty[]Difficulty.values()Returns an array containing the constants of this enum class, in the order they are declared.