Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.Structure
Packages that use Structure
Package
Description
-
Uses of Structure in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type StructureModifier and TypeMethodDescriptionGeneral.getStructure()Retrieves the structure of the learning object associated with this instance.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type StructureModifier and TypeMethodDescriptionvoidGeneral.setStructure(SourceValuePair<Structure> structure) Sets the structure of the learning object associated with this instance.Constructor parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type StructureModifierConstructorDescriptionGeneral(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 Structure in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return Structure