Uses of Enum Class
com.hp.lft.sdk.oracle.NotificationType
Packages that use NotificationType
-
Uses of NotificationType in com.hp.lft.sdk.oracle
Methods in com.hp.lft.sdk.oracle that return NotificationTypeModifier and TypeMethodDescriptionNotification.getType()
Returns the type of notification.NotificationDescription.getType()
Returns the type of notification.static NotificationType
Returns the enum constant of this class with the specified name.static NotificationType[]
NotificationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.oracle with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoid
NotificationDescription.setType
(NotificationType type) Sets the type of notification.NotificationDescription.Init.type
(NotificationType type) Initializes the type of a notification.