Uses of Class
org.ikasan.job.orchestration.model.notification.NotificationType
-
Packages that use NotificationType Package Description org.ikasan.job.orchestration.model.notification -
-
Uses of NotificationType in org.ikasan.job.orchestration.model.notification
Methods in org.ikasan.job.orchestration.model.notification that return NotificationType Modifier and Type Method Description static NotificationTypeNotificationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-