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