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 TypeMethodDescription@NonNull EEbmsErrorCategoryEbmsError.getCategory()@NonNull EEbmsErrorCategoryEEbmsError.getCategory()@NonNull EEbmsErrorCategoryIEbmsError.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 EEbmsErrorCategoryModifier and TypeMethodDescription@NonNull Ebms3ErrorBuilderEbms3ErrorBuilder.category(@Nullable EEbmsErrorCategory e) Constructors in com.helger.phase4.model.error with parameters of type EEbmsErrorCategoryModifierConstructorDescriptionEbmsError(@NonNull String sErrorCode, @NonNull EEbmsErrorSeverity eSeverity, @NonNull String sShortDescription, @NonNull com.helger.text.display.IHasDisplayText aDescription, @NonNull EEbmsErrorCategory eCategory)