Uses of Enum Class
dev.jcputney.elearning.parser.enums.ModuleEditionType
Packages that use ModuleEditionType
-
Uses of ModuleEditionType in dev.jcputney.elearning.parser.enums
Methods in dev.jcputney.elearning.parser.enums that return ModuleEditionTypeModifier and TypeMethodDescriptionstatic ModuleEditionTypeModuleEditionType.fromModuleType(ModuleType moduleType, String edition) Creates a ModuleEditionType from a ModuleType and optional edition information.static ModuleEditionTypeReturns the enum constant of this class with the specified name.static ModuleEditionType[]ModuleEditionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ModuleEditionType in dev.jcputney.elearning.parser.output
Fields in dev.jcputney.elearning.parser.output declared as ModuleEditionTypeModifier and TypeFieldDescriptionprotected ModuleEditionTypeModuleMetadata.moduleEditionTypeThe specific edition type of the module, including SCORM 2004 edition information.Methods in dev.jcputney.elearning.parser.output that return ModuleEditionTypeModifier and TypeMethodDescriptionModuleMetadata.getModuleEditionType()Retrieves the edition type of the module.Constructors in dev.jcputney.elearning.parser.output with parameters of type ModuleEditionTypeModifierConstructorDescriptionprotectedModuleMetadata(M manifest, ModuleType moduleType, ModuleEditionType moduleEditionType, boolean xapiEnabled) Constructor for ModuleMetadata.