Uses of Class
io.imast.work4j.model.execution.CompletionSeverity
-
Packages that use CompletionSeverity Package Description io.imast.work4j.model.execution -
-
Uses of CompletionSeverity in io.imast.work4j.model.execution
Methods in io.imast.work4j.model.execution that return CompletionSeverity Modifier and Type Method Description static CompletionSeverityCompletionSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static CompletionSeverity[]CompletionSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-