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