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