java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pnfsoftware.jeb.core.units.NotificationType |
Notification types reported by units
.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NotificationType | AREA_OF_INTEREST | A generic type to signify an area of interest within a unit. | |||||||||
NotificationType | CORRUPTION | Input corruption has been detected. | |||||||||
NotificationType | DEPRECATED_FEATURE | The unit has detected features that have been deprecated. | |||||||||
NotificationType | ERROR | A generic type to signify an error in the unit. | |||||||||
NotificationType | INFO | A generic type similar to AREA_OF_INTEREST . |
|||||||||
NotificationType | MALICIOUS | The intent is malicious. | |||||||||
NotificationType | POTENTIALLY_HARMFUL | This type indicates usage of a feature not recommended by guidelines due to its potential dangerousness. | |||||||||
NotificationType | UNSUPPORTED_FEATURE | Some input cannot be parsed because of a limitation within the unit itself. | |||||||||
NotificationType | WARNING | A generic type to signify a warning in the unit. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getDescription()
A description string for the notification.
| ||||||||||
int |
getLevel()
Get the notification level.
| ||||||||||
String | toString() | ||||||||||
static NotificationType | valueOf(String name) | ||||||||||
final static NotificationType[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
A generic type to signify an area of interest within a unit. Same as INFO
.
The unit has detected features that have been deprecated.
This type indicates usage of a feature not recommended by guidelines due to its potential dangerousness.
Some input cannot be parsed because of a limitation within the unit itself.
A description string for the notification.
Get the notification level. The level is a number between 0 and 100 that indicates the level of interest associated with the notification.