Object SeverityLevel.Companion
-
- All Implemented Interfaces:
public class SeverityLevel.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static SeverityLevel.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static SeverityLevelparse(String severityName, SeverityLevel severityDefault)Determines the severity level from a string. -
-
Method Detail
-
parse
final static SeverityLevel parse(String severityName, SeverityLevel severityDefault)
Determines the severity level from a string.
- Parameters:
severityName- The name of the severity level, case-insensitive.severityDefault- The default severity level to use if the name is invalid.- Returns:
The severity level.
- Since:
-
-
-
-