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