Uses of Class
dev.jcputney.elearning.parser.input.lom.types.SingleLangString
Packages that use SingleLangString
Package
Description
-
Uses of SingleLangString in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return SingleLangStringModifier and TypeMethodDescriptionAnnotation.getDescription()Retrieves the description associated with this annotation.Technical.getInstallationRemarks()Retrieves the installation remarks associated with this instance.Technical.getOtherPlatformRequirements()Retrieves the other platform requirements associated with this instance.Methods in dev.jcputney.elearning.parser.input.lom with parameters of type SingleLangStringModifier and TypeMethodDescriptionvoidAnnotation.setDescription(SingleLangString description) Sets the description associated with this annotation.voidTechnical.setInstallationRemarks(SingleLangString installationRemarks) Sets the installation remarks associated with this instance.voidTechnical.setOtherPlatformRequirements(SingleLangString otherPlatformRequirements) Sets the other platform requirements associated with this instance.Constructors in dev.jcputney.elearning.parser.input.lom with parameters of type SingleLangStringModifierConstructorDescriptionTechnical(List<String> format, Integer size, List<String> location, List<Requirement> requirements, SingleLangString installationRemarks, SingleLangString otherPlatformRequirements, LomDuration duration, PackageProperties packageProperties, List<Object> customElements) Constructs a new instance of the Technical class with the specified parameters. -
Uses of SingleLangString in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return SingleLangStringModifier and TypeMethodDescriptionLomDuration.getDescription()Retrieves the description associated with this instance.Taxon.getEntry()Retrieves the entry for the taxon.TaxonPath.getSource()Retrieves the source field of the TaxonPath.Methods in dev.jcputney.elearning.parser.input.lom.types with parameters of type SingleLangStringModifier and TypeMethodDescriptionvoidLomDuration.setDescription(SingleLangString description) Sets the description associated with this instance.voidTaxon.setEntry(SingleLangString entry) Sets the entry associated with the taxon.voidTaxonPath.setSource(SingleLangString source) Sets the source field for the TaxonPath.Constructors in dev.jcputney.elearning.parser.input.lom.types with parameters of type SingleLangString