Uses of Enum Class
com.helger.peppol.sbdh.EPeppolSBDHDataError
Packages that use EPeppolSBDHDataError
-
Uses of EPeppolSBDHDataError in com.helger.peppol.sbdh
Methods in com.helger.peppol.sbdh that return EPeppolSBDHDataErrorModifier and TypeMethodDescriptionfinal @NonNull EPeppolSBDHDataErrorPeppolSBDHDataReadException.getErrorCode()static @Nullable EPeppolSBDHDataErrorEPeppolSBDHDataError.getFromIDOrDefault(@Nullable String sID, @Nullable EPeppolSBDHDataError eDefault) static @Nullable EPeppolSBDHDataErrorEPeppolSBDHDataError.getFromIDOrNull(@Nullable String sID) static EPeppolSBDHDataErrorReturns the enum constant of this class with the specified name.static EPeppolSBDHDataError[]EPeppolSBDHDataError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.peppol.sbdh with parameters of type EPeppolSBDHDataErrorModifier and TypeMethodDescriptionstatic @Nullable EPeppolSBDHDataErrorEPeppolSBDHDataError.getFromIDOrDefault(@Nullable String sID, @Nullable EPeppolSBDHDataError eDefault) Constructors in com.helger.peppol.sbdh with parameters of type EPeppolSBDHDataErrorModifierConstructorDescriptionPeppolSBDHDataReadException(@NonNull EPeppolSBDHDataError eErrorCode)