Uses of Enum Class
org.orcid.jaxb.model.v3.release.notification.NotificationType
Packages that use NotificationType
-
Uses of NotificationType in org.orcid.jaxb.model.v3.release.notification
Fields in org.orcid.jaxb.model.v3.release.notification declared as NotificationTypeMethods in org.orcid.jaxb.model.v3.release.notification that return NotificationTypeModifier and TypeMethodDescriptionstatic NotificationTypeNotification.getNotificationType()Gets the value of the notificationType property.static NotificationTypeReturns 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 org.orcid.jaxb.model.v3.release.notification with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoidNotification.setNotificationType(NotificationType value) Sets the value of the notificationType property.