Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.ExitActionType
Packages that use ExitActionType
-
Uses of ExitActionType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return ExitActionTypeModifier and TypeMethodDescriptionExitTypesSpec.getLogout()Retrieves the exit action type associated with the logout operation.ExitTypesSpec.getNormal()Retrieves the exit action type associated with a normal exit.ExitTypesSpec.getSuspend()Retrieves the exit action type associated with the suspend operation.ExitTypesSpec.getTimeout()Retrieves the exit action type associated with the timeout operation.static ExitActionTypeReturns the enum constant of this class with the specified name.static ExitActionType[]ExitActionType.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 ExitActionTypeModifier and TypeMethodDescriptionvoidExitTypesSpec.setLogout(ExitActionType logout) Sets the exit action type associated with the logout operation.voidExitTypesSpec.setNormal(ExitActionType normal) Sets the exit action type associated with a normal exit.voidExitTypesSpec.setSuspend(ExitActionType suspend) Sets the exit action type associated with the suspend operation.voidExitTypesSpec.setTimeout(ExitActionType timeout) Sets the exit action type associated with the timeout operation.Constructors in dev.jcputney.elearning.parser.input.lom.properties with parameters of type ExitActionTypeModifierConstructorDescriptionExitTypesSpec(ExitActionType normal, ExitActionType suspend, ExitActionType timeout, ExitActionType logout) Constructs an instance ofExitTypesSpecwith the specified exit action types for different scenarios: normal, suspend, timeout, and logout.