Uses of Class
com.sgs.common.database.ChecksAnswer.SeverityColor
-
Packages that use ChecksAnswer.SeverityColor 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.SeverityColor in com.sgs.common.database
Methods in com.sgs.common.database that return ChecksAnswer.SeverityColor Modifier and Type Method Description static ChecksAnswer.SeverityColor
ChecksAnswer.SeverityColor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChecksAnswer.SeverityColor[]
ChecksAnswer.SeverityColor. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-