Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.properties.CompletionStatusType
Packages that use CompletionStatusType
-
Uses of CompletionStatusType in dev.jcputney.elearning.parser.input.lom.properties
Methods in dev.jcputney.elearning.parser.input.lom.properties that return CompletionStatusTypeModifier and TypeMethodDescriptionBehaviorSpec.getCompletionStatOfFailedSuccessStat()Retrieves the completion status corresponding to the failed success status.static CompletionStatusTypeReturns the enum constant of this class with the specified name.static CompletionStatusType[]CompletionStatusType.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 CompletionStatusTypeModifier and TypeMethodDescriptionvoidBehaviorSpec.setCompletionStatOfFailedSuccessStat(CompletionStatusType completionStatOfFailedSuccessStat) Sets the completion status for a failed success status.