Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective.Scorm2004Objective
Packages that use Scorm2004Objective
-
Uses of Scorm2004Objective in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective that return Scorm2004ObjectiveModifier and TypeMethodDescriptionScorm2004Objectives.getPrimaryObjective()Retrieves the primary objective associated with the instance.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective that return types with arguments of type Scorm2004ObjectiveModifier and TypeMethodDescriptionScorm2004Objectives.getObjectiveList()Retrieves the list of SCORM 2004 objectives associated with this instance.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective with parameters of type Scorm2004ObjectiveModifier and TypeMethodDescriptionvoidScorm2004Objectives.setPrimaryObjective(Scorm2004Objective primaryObjective) Sets the primary objective for the `Scorm2004Objectives` instance.Method parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective with type arguments of type Scorm2004ObjectiveModifier and TypeMethodDescriptionvoidScorm2004Objectives.setObjectiveList(List<Scorm2004Objective> objectiveList) Sets the list of SCORM 2004 objectives associated with this instance.Constructors in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective with parameters of type Scorm2004ObjectiveModifierConstructorDescriptionScorm2004Objectives(Scorm2004Objective primaryObjective, List<Scorm2004Objective> objectiveList) Constructs a `Scorm2004Objectives` object with a primary objective and a list of additional objectives.Constructor parameters in dev.jcputney.elearning.parser.input.scorm2004.ims.ss.objective with type arguments of type Scorm2004ObjectiveModifierConstructorDescriptionScorm2004Objectives(Scorm2004Objective primaryObjective, List<Scorm2004Objective> objectiveList) Constructs a `Scorm2004Objectives` object with a primary objective and a list of additional objectives.