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