Uses of Class
com.sgs.common.database.ChecksTemplates.ScheduleType
-
Packages that use ChecksTemplates.ScheduleType 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.ScheduleType in com.sgs.common.database
Methods in com.sgs.common.database that return ChecksTemplates.ScheduleType Modifier and Type Method Description ChecksTemplates.ScheduleType
ChecksTemplates. getScheduleTypeEnum()
static ChecksTemplates.ScheduleType
ChecksTemplates.ScheduleType. parse(int type)
static ChecksTemplates.ScheduleType
ChecksTemplates.ScheduleType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChecksTemplates.ScheduleType[]
ChecksTemplates.ScheduleType. 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.ScheduleType Modifier and Type Method Description void
ChecksTemplates. setScheduleTypeEnum(ChecksTemplates.ScheduleType type)
-