Uses of Class
tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationAction
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.client |
-
Uses of ImportNotificationMonitor.NotificationAction in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return ImportNotificationMonitor.NotificationAction Modifier and Type Method Description ImportNotificationMonitor.NotificationAction
ImportNotificationMonitor. importNotification(int jobID, ImportNotificationMonitor.NotificationType notificationType, long line, long column, java.lang.String description, long totalNotificationsThusFar)
Called when an error or a warning is encountered.static ImportNotificationMonitor.NotificationAction
ImportNotificationMonitor.NotificationAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImportNotificationMonitor.NotificationAction[]
ImportNotificationMonitor.NotificationAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.