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