Uses of Class
dev.jcputney.elearning.parser.input.lom.types.LomDuration
Packages that use LomDuration
-
Uses of LomDuration in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return LomDurationModifier and TypeMethodDescriptionTechnical.getDuration()Retrieves the duration metadata associated with this instance.Educational.getTypicalLearningTime()Retrieves the typical learning time associated with the educational resource.Methods in dev.jcputney.elearning.parser.input.lom with parameters of type LomDurationModifier and TypeMethodDescriptionvoidTechnical.setDuration(LomDuration duration) Sets the duration metadata for this instance.voidEducational.setTypicalLearningTime(LomDuration typicalLearningTime) Sets the typical learning time for the educational resource.Constructors in dev.jcputney.elearning.parser.input.lom with parameters of type LomDurationModifierConstructorDescriptionTechnical(List<String> format, Integer size, List<String> location, List<Requirement> requirements, SingleLangString installationRemarks, SingleLangString otherPlatformRequirements, LomDuration duration, PackageProperties packageProperties, List<Object> customElements) Constructs a new instance of the Technical class with the specified parameters.