Uses of Class
tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationType
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.client |
-
Uses of ImportNotificationMonitor.NotificationType in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return ImportNotificationMonitor.NotificationType Modifier and Type Method Description static ImportNotificationMonitor.NotificationTypeImportNotificationMonitor.NotificationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImportNotificationMonitor.NotificationType[]ImportNotificationMonitor.NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type ImportNotificationMonitor.NotificationType Modifier and Type Method Description ImportNotificationMonitor.NotificationActionImportNotificationMonitor. 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.