Uses of Class
dev.jcputney.elearning.parser.input.lom.types.UnboundLangString
Packages that use UnboundLangString
Package
Description
-
Uses of UnboundLangString in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return UnboundLangStringModifier and TypeMethodDescriptionGeneral.getCoverage()Retrieves the coverage information associated with this object.Classification.getDescription()Retrieves the description of the classification.General.getDescription()Retrieves the description associated with this object.Educational.getDescriptions()Retrieves the descriptions of the educational resource.Rights.getDescriptions()Retrieves the descriptions associated with the learning object.Classification.getKeywords()Retrieves the keywords associated with the classification.General.getTitle()Retrieves the title associated with this object.Educational.getTypicalAgeRange()Retrieves the typical age range associated with the educational resource.LifeCycle.getVersion()Retrieves the version as an object of typeUnboundLangString.Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type UnboundLangStringModifier and TypeMethodDescriptionGeneral.getKeywords()Retrieves the list of keywords associated with this object.Methods in dev.jcputney.elearning.parser.input.lom with parameters of type UnboundLangStringModifier and TypeMethodDescriptionvoidGeneral.setCoverage(UnboundLangString coverage) Sets the coverage information associated with this object.voidClassification.setDescription(UnboundLangString description) Sets the description of the classification.voidGeneral.setDescription(UnboundLangString description) Sets the description for this object.voidEducational.setDescriptions(UnboundLangString descriptions) Sets the value of descriptions.voidRights.setDescriptions(UnboundLangString descriptions) Sets the descriptions associated with the learning object.voidClassification.setKeywords(UnboundLangString keywords) Sets the keywords associated with the classification.voidGeneral.setTitle(UnboundLangString title) Sets the title associated with this object.voidEducational.setTypicalAgeRange(UnboundLangString typicalAgeRange) Sets the typical age range for the educational resource.voidLifeCycle.setVersion(UnboundLangString version) Sets the version information for the lifecycle object.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type UnboundLangStringModifier and TypeMethodDescriptionvoidGeneral.setKeywords(List<UnboundLangString> keywords) Sets the list of keywords associated with this object.Constructors in dev.jcputney.elearning.parser.input.lom with parameters of type UnboundLangStringModifierConstructorDescriptionGeneral(List<Identifier> identifiers, UnboundLangString title, List<CatalogEntry> catalogEntries, String language, UnboundLangString description, List<UnboundLangString> keywords, UnboundLangString coverage, SourceValuePair<Structure> structure, SourceValuePair<AggregationLevel> aggregationLevel) Constructs a newGeneralobject with the specified parameters. -
Uses of UnboundLangString in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return UnboundLangStringModifier and TypeMethodDescriptionDate.getDescription()Retrieves the description of the date.Resource.getDescriptions()Retrieves the descriptions for the resource.CatalogEntry.getEntry()Retrieves the entry associated with this catalog entry.Methods in dev.jcputney.elearning.parser.input.lom.types with parameters of type UnboundLangStringModifier and TypeMethodDescriptionvoidDate.setDescription(UnboundLangString description) Sets the description of the date element.voidResource.setDescriptions(UnboundLangString descriptions) Sets the descriptions for the resource.voidCatalogEntry.setEntry(UnboundLangString entry) Sets the entry for this catalog entry.