Uses of Enum
com.helger.phase4.error.EEbmsErrorSeverity
Packages that use EEbmsErrorSeverity
-
Uses of EEbmsErrorSeverity in com.helger.phase4.error
Methods in com.helger.phase4.error that return EEbmsErrorSeverityModifier and TypeMethodDescriptionstatic EEbmsErrorSeverityEEbmsErrorSeverity.getFromErrorLevelOrNull(com.helger.commons.error.level.IErrorLevel aErrorLevel) EbmsError.getSeverity()EEbmsError.getSeverity()IEbmsError.getSeverity()Gets the value of the severity property.static EEbmsErrorSeverityReturns the enum constant of this type with the specified name.static EEbmsErrorSeverity[]EEbmsErrorSeverity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.phase4.error with parameters of type EEbmsErrorSeverityConstructors in com.helger.phase4.error with parameters of type EEbmsErrorSeverityModifierConstructorDescriptionEbmsError(String sErrorCode, EEbmsErrorSeverity eSeverity, String sShortDescription, com.helger.commons.text.display.IHasDisplayText aDescription, EEbmsErrorCategory eCategory)