Package com.inet.problemfinder
Enum Class ProblemFinderWarning.Sources
- All Implemented Interfaces:
Serializable,Comparable<ProblemFinderWarning.Sources>,Constable
- Enclosing interface:
- ProblemFinderWarning
The source object exceptions that can be returned by
ProblemFinderWarning.getSource().-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThisProblemFinderWarningis caused by a general problem inDatabaseTablesfor example the joins contain a cycleThisProblemFinderWarningis caused by a Problem in a database table, for example the table in unlinkedThisProblemFinderWarningis caused by a general problem in the FacturX mapping -
Method Summary
Modifier and TypeMethodDescriptionstatic ProblemFinderWarning.SourcesReturns the enum constant of this class with the specified name.static ProblemFinderWarning.Sources[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DATATABLE
ThisProblemFinderWarningis caused by a Problem in a database table, for example the table in unlinked -
DATABASE
ThisProblemFinderWarningis caused by a general problem inDatabaseTablesfor example the joins contain a cycle -
FACTURX
ThisProblemFinderWarningis caused by a general problem in the FacturX mapping
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-