Uses of Class
dev.jcputney.elearning.parser.input.lom.types.LangString
Packages that use LangString
Package
Description
-
Uses of LangString in dev.jcputney.elearning.parser.input.common
Methods in dev.jcputney.elearning.parser.input.common that return LangStringModifier and TypeMethodDescriptionLangStringDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext context) Deserializes a JSON or XML representation of a LangString object.Methods in dev.jcputney.elearning.parser.input.common that return types with arguments of type LangStringModifier and TypeMethodDescriptionLangStringListDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext context) Deserializes JSON input into a list of LangString objects. -
Uses of LangString in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return LangStringModifier and TypeMethodDescriptionSingleLangString.getLangString()Retrieves theLangStringobject associated with this instance.Methods in dev.jcputney.elearning.parser.input.lom.types that return types with arguments of type LangStringModifier and TypeMethodDescriptionUnboundLangString.getLangStrings()Retrieves the list of language strings.Methods in dev.jcputney.elearning.parser.input.lom.types with parameters of type LangStringModifier and TypeMethodDescriptionvoidSingleLangString.setLangString(LangString langString) Sets theLangStringvalue for this instance.Method parameters in dev.jcputney.elearning.parser.input.lom.types with type arguments of type LangStringModifier and TypeMethodDescriptionvoidUnboundLangString.setLangStrings(List<LangString> langStrings) Sets the list of language strings associated with this instance.Constructor parameters in dev.jcputney.elearning.parser.input.lom.types with type arguments of type LangStringModifierConstructorDescriptionUnboundLangString(List<LangString> langStrings) Constructs an instance of theUnboundLangStringclass with a specified list ofLangStringobjects.