Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.AggregationLevel
Packages that use AggregationLevel
Package
Description
-
Uses of AggregationLevel in dev.jcputney.elearning.parser.input.lom
Methods in dev.jcputney.elearning.parser.input.lom that return types with arguments of type AggregationLevelModifier and TypeMethodDescriptionGeneral.getAggregationLevel()Retrieves the aggregation level associated with this object.Method parameters in dev.jcputney.elearning.parser.input.lom with type arguments of type AggregationLevelModifier and TypeMethodDescriptionvoidGeneral.setAggregationLevel(SourceValuePair<AggregationLevel> aggregationLevel) Sets the aggregation level for the learning object. -
Uses of AggregationLevel in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return AggregationLevelModifier and TypeMethodDescriptionstatic AggregationLevelReturns the enum constant of this class with the specified name.static AggregationLevel[]AggregationLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.