Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.LearningResourceType
Packages that use LearningResourceType
Package
Description
-
Uses of LearningResourceType in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type LearningResourceTypeModifier and TypeMethodDescriptionEducational.getLearningResourceType()Retrieves the list of learning resource types associated with this educational resource.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type LearningResourceTypeModifier and TypeMethodDescriptionvoidEducational.setLearningResourceType(List<SourceValuePair<LearningResourceType>> learningResourceType) Sets the list of learning resource types associated with this educational resource. -
Uses of LearningResourceType in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return LearningResourceTypeModifier and TypeMethodDescriptionstatic LearningResourceTypeReturns the enum constant of this class with the specified name.static LearningResourceType[]LearningResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.