Uses of Class
de.adorsys.multibanking.exception.domain.Message.Severity
-
Packages that use Message.Severity Package Description de.adorsys.multibanking.exception.domain -
-
Uses of Message.Severity in de.adorsys.multibanking.exception.domain
Methods in de.adorsys.multibanking.exception.domain that return Message.Severity Modifier and Type Method Description static Message.SeverityMessage.Severity. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Message.Severity[]Message.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-