Uses of Class
dev.jcputney.elearning.parser.input.cmi5.types.ObjectiveReference
Packages that use ObjectiveReference
-
Uses of ObjectiveReference in dev.jcputney.elearning.parser.input.cmi5.types
Methods in dev.jcputney.elearning.parser.input.cmi5.types that return types with arguments of type ObjectiveReferenceModifier and TypeMethodDescriptionReferencesObjectives.getObjectives()Retrieves the list of objectives referenced by this instance.Method parameters in dev.jcputney.elearning.parser.input.cmi5.types with type arguments of type ObjectiveReferenceModifier and TypeMethodDescriptionvoidReferencesObjectives.setObjectives(List<ObjectiveReference> objectives) Sets the list of objectives for this instance.Constructor parameters in dev.jcputney.elearning.parser.input.cmi5.types with type arguments of type ObjectiveReferenceModifierConstructorDescriptionReferencesObjectives(List<ObjectiveReference> objectives) Constructs an instance ofReferencesObjectiveswith the specified list of objectives.