Uses of Class
dev.jcputney.elearning.parser.input.lom.types.Identifier
Packages that use Identifier
Package
Description
-
Uses of Identifier in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type IdentifierModifier and TypeMethodDescriptionMetaMetadata.getIdentifier()Retrieves the list of identifiers associated with this object.General.getIdentifiers()Retrieves the list of identifiers associated with the instance.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidMetaMetadata.setIdentifier(List<Identifier> identifier) Sets the list of identifiers associated with this object.voidGeneral.setIdentifiers(List<Identifier> identifiers) Sets the list of identifiers associated with the instance.Constructor parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type IdentifierModifierConstructorDescriptionGeneral(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 Identifier in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return types with arguments of type IdentifierModifier and TypeMethodDescriptionResource.getIdentifiers()Retrieves the list of identifiers associated with the resource.Method parameters in dev.jcputney.elearning.parser.input.lom.types with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidResource.setIdentifiers(List<Identifier> identifiers) Sets the list of identifiers associated with the resource.