Uses of Enum
tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationAction
Packages that use ImportNotificationMonitor.NotificationAction
-
Uses of ImportNotificationMonitor.NotificationAction in tech.oxfordsemantic.jrdfox.client
Subclasses with type arguments of type ImportNotificationMonitor.NotificationAction in tech.oxfordsemantic.jrdfox.clientModifier and TypeClassDescriptionstatic enumDetermines how to proceed after a notification.Methods in tech.oxfordsemantic.jrdfox.client that return ImportNotificationMonitor.NotificationActionModifier and TypeMethodDescriptionImportNotificationMonitor.importNotification(int jobID, ImportNotificationMonitor.NotificationType notificationType, long line, long column, String description, long totalNotificationsThusFar) Called when an error or a warning is encountered.Returns the enum constant of this type with the specified name.ImportNotificationMonitor.NotificationAction.values()Returns an array containing the constants of this enum type, in the order they are declared.