Uses of Enum Class
de.gematik.ws.conn.eventservice.v7.EventSeverityType
Packages that use EventSeverityType
-
Uses of EventSeverityType in de.gematik.ws.conn.eventservice.v7
Fields in de.gematik.ws.conn.eventservice.v7 declared as EventSeverityTypeMethods in de.gematik.ws.conn.eventservice.v7 that return EventSeverityTypeModifier and TypeMethodDescriptionstatic EventSeverityTypeEvent.getSeverity()Gets the value of the severity property.static EventSeverityTypeReturns the enum constant of this class with the specified name.static EventSeverityType[]EventSeverityType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.ws.conn.eventservice.v7 with parameters of type EventSeverityTypeModifier and TypeMethodDescriptionvoidEvent.setSeverity(EventSeverityType value) Sets the value of the severity property.