Uses of Class
com.solibri.smc.api.checking.Severity
-
Packages that use Severity Package Description com.solibri.smc.api.checking -
-
Uses of Severity in com.solibri.smc.api.checking
Methods in com.solibri.smc.api.checking that return Severity Modifier and Type Method Description Severity
Result. getSeverity()
Returns the severity of the result.static Severity
Severity. valueOf(String name)
Returns the enum constant of this type with the specified name.static Severity[]
Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.solibri.smc.api.checking with parameters of type Severity Modifier and Type Method Description Result
Result. withSeverity(Severity severity)
Returns a copy of this result with the specified severity.
-