Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.StatusRollupType
Packages that use StatusRollupType
-
Uses of StatusRollupType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return StatusRollupTypeModifier and TypeMethodDescriptionBehaviorSpec.getStatusRollupMode()Retrieves the current status rollup mode.static StatusRollupTypeReturns the enum constant of this class with the specified name.static StatusRollupType[]StatusRollupType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.jcputney.elearning.parser.input.lom.properties with parameters of type StatusRollupTypeModifier and TypeMethodDescriptionvoidBehaviorSpec.setStatusRollupMode(StatusRollupType statusRollupMode) Sets the status rollup mode for the current instance.