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