Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.SemanticDensity
Packages that use SemanticDensity
Package
Description
-
Uses of SemanticDensity in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type SemanticDensityModifier and TypeMethodDescriptionEducational.getSemanticDensity()Retrieves the semantic density of the learning resource.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type SemanticDensityModifier and TypeMethodDescriptionvoidEducational.setSemanticDensity(SourceValuePair<SemanticDensity> semanticDensity) Sets the semantic density for the learning resource. -
Uses of SemanticDensity in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return SemanticDensityModifier and TypeMethodDescriptionstatic SemanticDensityReturns the enum constant of this class with the specified name.static SemanticDensity[]SemanticDensity.values()Returns an array containing the constants of this enum class, in the order they are declared.