Uses of Enum
com.solibri.smc.api.checking.Severity
Packages that use Severity
-
Uses of Severity in com.solibri.smc.api.checking
Methods in com.solibri.smc.api.checking that return SeverityModifier 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.Methods in com.solibri.smc.api.checking with parameters of type SeverityModifier and TypeMethodDescriptionResult.withSeverity
(Severity severity) Returns a copy of this result with the specified severity.