Uses of Class
dev.jcputney.elearning.parser.input.lom.types.SourceValuePair
Packages that use SourceValuePair
Package
Description
-
Uses of SourceValuePair in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return SourceValuePairModifier and TypeMethodDescriptionGeneral.getAggregationLevel()Retrieves the aggregation level associated with this object.Rights.getCopyrightAndOtherRestrictions()Retrieves the copyright and other restrictions information associated with the learning object.Rights.getCost()Retrieves the cost information associated with the learning object.Educational.getDifficulty()Retrieves the difficulty level of the learning resource.Educational.getInteractivityLevel()Retrieves the interactivity level of the learning resource.Educational.getInteractivityType()Retrieves the interactivity type of the learning resource.Relation.getKind()Retrieves the kind of relationship represented as a source-value pair, which specifies the type of connection between the current learning object and another resource.Classification.getPurpose()Retrieves the purpose of the classification.Educational.getSemanticDensity()Retrieves the semantic density of the learning resource.LifeCycle.getStatus()Retrieves the current status of the lifecycle object as aSourceValuePair<Status>.General.getStructure()Retrieves the structure of the learning object associated with this instance.Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type SourceValuePairModifier and TypeMethodDescriptionEducational.getContext()Retrieves the list of contexts associated with this educational resource.Educational.getIntendedEndUserRole()Retrieves the list of intended end user roles associated with this educational resource.Educational.getLearningResourceType()Retrieves the list of learning resource types associated with this educational resource.Methods in dev.jcputney.elearning.parser.input.lom with parameters of type SourceValuePairModifier and TypeMethodDescriptionvoidGeneral.setAggregationLevel(SourceValuePair<AggregationLevel> aggregationLevel) Sets the aggregation level for the learning object.voidRights.setCopyrightAndOtherRestrictions(SourceValuePair<CopyrightAndOtherRestrictions> copyrightAndOtherRestrictions) Sets the copyright and other restrictions information associated with the learning object.voidRights.setCost(SourceValuePair<Cost> cost) Sets the cost information associated with the learning object.voidEducational.setDifficulty(SourceValuePair<Difficulty> difficulty) Sets the difficulty level of the educational resource.voidEducational.setInteractivityLevel(SourceValuePair<InteractivityLevel> interactivityLevel) Sets the interactivity level for the learning resource.voidEducational.setInteractivityType(SourceValuePair<InteractivityType> interactivityType) Sets the interactivity type for the learning resource.voidRelation.setKind(SourceValuePair<Kind> kind) Sets the kind of relationship, represented as a source-value pair, that specifies the type of connection between the current learning object and another resource.voidClassification.setPurpose(SourceValuePair<Purpose> purpose) Sets the purpose of the classification.voidEducational.setSemanticDensity(SourceValuePair<SemanticDensity> semanticDensity) Sets the semantic density for the learning resource.voidLifeCycle.setStatus(SourceValuePair<Status> status) Sets the status information for the lifecycle object.voidGeneral.setStructure(SourceValuePair<Structure> structure) Sets the structure of the learning object associated with this instance.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type SourceValuePairModifier and TypeMethodDescriptionvoidEducational.setContext(List<SourceValuePair<Context>> context) Sets the context for the learning object.voidEducational.setIntendedEndUserRole(List<SourceValuePair<IntendedEndUserRole>> intendedEndUserRole) Sets the list of intended end user roles associated with this educational resource.voidEducational.setLearningResourceType(List<SourceValuePair<LearningResourceType>> learningResourceType) Sets the list of learning resource types associated with this educational resource.Constructors in dev.jcputney.elearning.parser.input.lom with parameters of type SourceValuePairModifierConstructorDescriptionGeneral(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 SourceValuePair in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return SourceValuePairModifier and TypeMethodDescriptionOrComposite.getName()Retrieves the name associated with the current object.Contribute.getRole()Retrieves the role associated with the current contribution.ContributeMeta.getRole()Retrieves the role information represented as a source-value pair.OrComposite.getType()Retrieves the type associated with the current object.Methods in dev.jcputney.elearning.parser.input.lom.types with parameters of type SourceValuePairModifier and TypeMethodDescriptionvoidOrComposite.setName(SourceValuePair<Name> name) Sets the name associated with the current object.voidContribute.setRole(SourceValuePair<Role> role) Sets the role associated with the current contribution.voidContributeMeta.setRole(SourceValuePair<RoleMeta> role) Sets the role information for the contribution, represented as a source-value pair.voidOrComposite.setType(SourceValuePair<Type> type) Sets the type associated with the current object.Constructors in dev.jcputney.elearning.parser.input.lom.types with parameters of type SourceValuePairModifierConstructorDescriptionContributeMeta(SourceValuePair<RoleMeta> role, List<String> entities, Date date) Constructs an instance of theContributeMetaclass with the specified role, entities, and date.