Uses of Enum Class
dev.jcputney.elearning.parser.input.cmi5.types.LaunchMethod
Packages that use LaunchMethod
Package
Description
-
Uses of LaunchMethod in dev.jcputney.elearning.parser.input.cmi5
Methods in dev.jcputney.elearning.parser.input.cmi5 that return LaunchMethodModifier and TypeMethodDescriptionAU.getLaunchMethod()Retrieves the launch method associated with the current instance.Methods in dev.jcputney.elearning.parser.input.cmi5 with parameters of type LaunchMethodModifier and TypeMethodDescriptionvoidAU.setLaunchMethod(LaunchMethod launchMethod) Sets theLaunchMethodfor the current instance.Constructors in dev.jcputney.elearning.parser.input.cmi5 with parameters of type LaunchMethodModifierConstructorDescriptionAU(TextType title, TextType description, ReferencesObjectives objectives, String url, String launchParameters, String entitlementKey, String id, MoveOn moveOn, PercentType masteryScore, LaunchMethod launchMethod, String activityType) Constructs a new instance of AU with the specified parameters. -
Uses of LaunchMethod in dev.jcputney.elearning.parser.input.cmi5.types
Methods in dev.jcputney.elearning.parser.input.cmi5.types that return LaunchMethodModifier and TypeMethodDescriptionstatic LaunchMethodReturns the enum constant of this class with the specified name.static LaunchMethod[]LaunchMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.