Uses of Class
dev.jcputney.elearning.parser.input.lom.properties.StageSpec
Packages that use StageSpec
-
Uses of StageSpec in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return StageSpecModifier and TypeMethodDescriptionDisplayStageSpec.getDesired()Retrieves thedesiredelement, which specifies the desired display stage.DisplayStageSpec.getRequired()Retrieves therequiredelement, which specifies the required display stage.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type StageSpecModifier and TypeMethodDescriptionvoidDisplayStageSpec.setDesired(StageSpec desired) Sets thedesiredelement, which specifies the desired display stage.voidDisplayStageSpec.setRequired(StageSpec required) Sets therequiredelement, which specifies the required display stage.