Uses of Class
dev.jcputney.elearning.parser.input.xapi.types.TextType
Packages that use TextType
Package
Description
-
Uses of TextType in dev.jcputney.elearning.parser.input.cmi5
Methods in dev.jcputney.elearning.parser.input.cmi5 that return TextTypeModifier and TypeMethodDescriptionAU.getDescription()Retrieves the description of the current instance.Block.getDescription()Retrieves the description of the block.Course.getDescription()Retrieves the description of the course.AU.getTitle()Retrieves the title of the current instance.Block.getTitle()Retrieves the title of the block.Course.getTitle()Retrieves the title of the course.Methods in dev.jcputney.elearning.parser.input.cmi5 with parameters of type TextTypeModifier and TypeMethodDescriptionvoidAU.setDescription(TextType description) Updates the description for the current instance.voidBlock.setDescription(TextType description) Sets the description of the block.voidCourse.setDescription(TextType description) Sets the description of the course.voidUpdates the title for the current instance.voidSets the title of the block.voidSets the title of the course.Constructors in dev.jcputney.elearning.parser.input.cmi5 with parameters of type TextTypeModifierConstructorDescriptionAU(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.Block(TextType title, TextType description, ReferencesObjectives objectives, List<AU> assignableUnits, List<Block> nestedBlocks, String id) Constructs a newBlockinstance with the specified parameters.Constructs a new instance of the Course class with specified title, description, custom extensions, and identifier. -
Uses of TextType in dev.jcputney.elearning.parser.input.cmi5.types
Methods in dev.jcputney.elearning.parser.input.cmi5.types that return TextTypeModifier and TypeMethodDescriptionObjective.getDescription()Retrieves the description of the objective, represented as a localized text type.Objective.getTitle()Retrieves the title of the objective, represented as a localized text type.Methods in dev.jcputney.elearning.parser.input.cmi5.types with parameters of type TextTypeModifier and TypeMethodDescriptionvoidObjective.setDescription(TextType description) Sets the description of the objective.voidSets the title of the objective.