Uses of Class
dev.jcputney.elearning.parser.input.scorm2004.ims.cp.Scorm2004SubMetadata
Packages that use Scorm2004SubMetadata
-
Uses of Scorm2004SubMetadata in dev.jcputney.elearning.parser.input.scorm2004.ims.cp
Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp that return Scorm2004SubMetadataModifier and TypeMethodDescriptionScorm2004File.getMetadata()Retrieves the metadata associated with this file.Scorm2004Item.getMetadata()Retrieves the metadata associated with this SCORM 2004 item.Scorm2004Organization.getMetadata()Retrieves the SCORM 2004 metadata associated with the organization.Scorm2004Resource.getMetadata()Retrieves the metadata associated with the SCORM 2004 resource.Methods in dev.jcputney.elearning.parser.input.scorm2004.ims.cp with parameters of type Scorm2004SubMetadataModifier and TypeMethodDescriptionvoidScorm2004File.setMetadata(Scorm2004SubMetadata metadata) Sets the metadata associated with this file.voidScorm2004Item.setMetadata(Scorm2004SubMetadata metadata) Sets the metadata associated with this SCORM 2004 item.voidScorm2004Organization.setMetadata(Scorm2004SubMetadata metadata) Sets the metadata for the SCORM 2004 organization.voidScorm2004Resource.setMetadata(Scorm2004SubMetadata metadata) Sets the metadata associated with the SCORM 2004 resource.