Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.StatusDisplayType
Packages that use StatusDisplayType
-
Uses of StatusDisplayType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return StatusDisplayTypeModifier and TypeMethodDescriptionControlsSpec.getStatusDisplay()Retrieves the current status display type.static StatusDisplayTypeReturns the enum constant of this class with the specified name.static StatusDisplayType[]StatusDisplayType.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 StatusDisplayTypeModifier and TypeMethodDescriptionvoidControlsSpec.setStatusDisplay(StatusDisplayType statusDisplay) Updates the status display to the specified type.