Uses of Enum Class
com.helger.phase4.model.error.EEbmsErrorCategory
Packages that use EEbmsErrorCategory
-
Uses of EEbmsErrorCategory in com.helger.phase4.model.error
Methods in com.helger.phase4.model.error that return EEbmsErrorCategoryModifier and TypeMethodDescriptionEbmsError.getCategory()EEbmsError.getCategory()IEbmsError.getCategory()Gets the value of the category property.static EEbmsErrorCategoryReturns the enum constant of this class with the specified name.static EEbmsErrorCategory[]EEbmsErrorCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.phase4.model.error with parameters of type EEbmsErrorCategoryConstructors in com.helger.phase4.model.error with parameters of type EEbmsErrorCategoryModifierConstructorDescriptionEbmsError(String sErrorCode, EEbmsErrorSeverity eSeverity, String sShortDescription, com.helger.text.display.IHasDisplayText aDescription, EEbmsErrorCategory eCategory)