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