Uses of Class
com.sgs.common.database.QALink.QAEventType
-
Packages that use QALink.QAEventType 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 QALink.QAEventType in com.sgs.common.database
Methods in com.sgs.common.database that return QALink.QAEventType Modifier and Type Method Description QALink.QAEventType
QAGroup. getEventTypeEnum()
QALink.QAEventType
QAGroupEvent. getEventTypeEnum()
QALink.QAEventType
QALink. getEventTypeEnum()
static QALink.QAEventType
QALink.QAEventType. parse(int i)
static QALink.QAEventType
QALink.QAEventType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QALink.QAEventType[]
QALink.QAEventType. 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 QALink.QAEventType Modifier and Type Method Description static java.util.Collection<QALink.QAEventType>
QALink.QAEventType. getValuesAlphabetical()
Methods in com.sgs.common.database with parameters of type QALink.QAEventType Modifier and Type Method Description void
QAGroup. setEventTypeEnum(QALink.QAEventType type)
void
QAGroupEvent. setEventTypeEnum(QALink.QAEventType type)
void
QALink. setEventTypeEnum(QALink.QAEventType type)
-