Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.LaunchType
Packages that use LaunchType
-
Uses of LaunchType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return LaunchTypeModifier and TypeMethodDescriptionLaunchSpec.getPlayer()Retrieves the player launch type.LaunchSpec.getSco()Retrieves the SCO (Sharable Content Object) launch type.static LaunchTypeReturns the enum constant of this class with the specified name.static LaunchType[]LaunchType.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 LaunchTypeModifier and TypeMethodDescriptionvoidLaunchSpec.setPlayer(LaunchType player) Sets the player launch type.voidLaunchSpec.setSco(LaunchType sco) Sets the SCO (Sharable Content Object) launch type.Constructors in dev.jcputney.elearning.parser.input.lom.properties with parameters of type LaunchTypeModifierConstructorDescriptionLaunchSpec(LaunchType sco, LaunchType player, YesNoType wrapScoWindowWithApi) Constructs a new instance of theLaunchSpecclass.