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