Uses of Enum Class
dev.jcputney.elearning.parser.input.scorm2004.adl.types.TimeLimitAction
Packages that use TimeLimitAction
Package
Description
-
Uses of TimeLimitAction in dev.jcputney.elearning.parser.input.scorm12.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm12.ims.cp that return TimeLimitActionModifier and TypeMethodDescriptionScorm12Item.getTimeLimitAction()Retrieves the time limit action associated with this SCORM 1.2 item.Methods in dev.jcputney.elearning.parser.input.scorm12.ims.cp with parameters of type TimeLimitActionModifier and TypeMethodDescriptionvoidScorm12Item.setTimeLimitAction(TimeLimitAction timeLimitAction) Sets the time limit action for this SCORM 1.2 item.Constructors in dev.jcputney.elearning.parser.input.scorm12.ims.cp with parameters of type TimeLimitActionModifierConstructorDescriptionScorm12Item(String identifier, String identifierRef, Boolean isVisible, String parameters, Duration maxTimeAllowed, Double masteryScore, Scorm12Prerequisites prerequisites, TimeLimitAction timeLimitAction, String dataFromLMS, String title, Scorm12Metadata metadata, List<Scorm12Item> items) Constructs a new Scorm12Item with the specified properties. -
Uses of TimeLimitAction in dev.jcputney.elearning.parser.input.scorm2004.adl.types
Methods in dev.jcputney.elearning.parser.input.scorm2004.adl.types that return TimeLimitActionModifier and TypeMethodDescriptionstatic TimeLimitActionReturns the enum constant of this class with the specified name.static TimeLimitAction[]TimeLimitAction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TimeLimitAction in dev.jcputney.elearning.parser.input.scorm2004.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp that return TimeLimitActionModifier and TypeMethodDescriptionScorm2004Item.getTimeLimitAction()Retrieves the time limit action associated with this SCORM 2004 item.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp with parameters of type TimeLimitActionModifier and TypeMethodDescriptionvoidScorm2004Item.setTimeLimitAction(TimeLimitAction timeLimitAction) Sets the time limit action for this SCORM 2004 item.