Uses of Enum
com.solibri.smc.api.checking.Severity
-
Uses of Severity in com.solibri.smc.api.checking
Modifier and TypeMethodDescriptionResult.getSeverity()
Returns the severity of the result.static Severity
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.Modifier and TypeMethodDescriptionResult.withSeverity
(Severity severity) Returns a copy of this result with the specified severity.