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