Uses of Class
dev.jcputney.elearning.parser.input.xapi.types.LangString
Packages that use LangString
-
Uses of LangString in dev.jcputney.elearning.parser.input.xapi.types
Methods in dev.jcputney.elearning.parser.input.xapi.types that return types with arguments of type LangStringModifier and TypeMethodDescriptionTextType.getStrings()Retrieves the list of localized strings associated with this object.Method parameters in dev.jcputney.elearning.parser.input.xapi.types with type arguments of type LangStringModifier and TypeMethodDescriptionvoidTextType.setStrings(List<LangString> strings) Sets the list of localized strings for this object.Constructor parameters in dev.jcputney.elearning.parser.input.xapi.types with type arguments of type LangStringModifierConstructorDescriptionTextType(List<LangString> strings) Constructs a newTextTypeinstance with a list ofLangStringelements.