Uses of Class
dev.jcputney.elearning.parser.input.lom.types.CatalogEntry
Packages that use CatalogEntry
Package
Description
-
Uses of CatalogEntry in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type CatalogEntryModifier and TypeMethodDescriptionGeneral.getCatalogEntries()Retrieves the list of catalog entries associated with the instance.MetaMetadata.getCatalogEntries()Retrieves the list of catalog entries associated with this object.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type CatalogEntryModifier and TypeMethodDescriptionvoidGeneral.setCatalogEntries(List<CatalogEntry> catalogEntries) Sets the list of catalog entries associated with the instance.voidMetaMetadata.setCatalogEntries(List<CatalogEntry> catalogEntries) Sets the list of catalog entries associated with this object. -
Uses of CatalogEntry in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return types with arguments of type CatalogEntryModifier and TypeMethodDescriptionResource.getCatalogEntries()Retrieves the list of catalog entries associated with the resource.Method parameters in dev.jcputney.elearning.parser.input.lom.types with type arguments of type CatalogEntryModifier and TypeMethodDescriptionvoidResource.setCatalogEntries(List<CatalogEntry> catalogEntries) Sets the list of catalog entries associated with the resource.