Uses of Class
com.sgs.common.database.ChecksAnswer.Severity
-
Packages that use ChecksAnswer.Severity Package Description com.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of ChecksAnswer.Severity in com.sgs.common.database
Methods in com.sgs.common.database that return ChecksAnswer.Severity Modifier and Type Method Description ChecksAnswer.Severity
ChecksAnswer. getSeverityEnum()
ChecksAnswer.Severity
ChecksLog. getSeverityEnum()
static ChecksAnswer.Severity
ChecksAnswer.Severity. parse(int type)
static ChecksAnswer.Severity
ChecksAnswer.Severity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChecksAnswer.Severity[]
ChecksAnswer.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sgs.common.database with parameters of type ChecksAnswer.Severity Modifier and Type Method Description static java.awt.Color
ChecksAnswer.SeverityColor. getColorBySeverity(ChecksAnswer.Severity severity)
-