Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.ReturnToLmsActionType
Packages that use ReturnToLmsActionType
-
Uses of ReturnToLmsActionType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return ReturnToLmsActionTypeModifier and TypeMethodDescriptionBehaviorSpec.getReturnToLmsAction()Retrieves the action type associated with returning to the Learning Management System (LMS).static ReturnToLmsActionTypeReturns the enum constant of this class with the specified name.static ReturnToLmsActionType[]ReturnToLmsActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type ReturnToLmsActionTypeModifier and TypeMethodDescriptionvoidBehaviorSpec.setReturnToLmsAction(ReturnToLmsActionType returnToLmsAction) Sets the action to be taken when returning to the Learning Management System (LMS).