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 ConstantDescriptionThisProblemFinderWarning
is caused by a general problem inDatabaseTables
for example the joins contain a cycleThisProblemFinderWarning
is caused by a Problem in a database table, for example the table in unlinkedThisProblemFinderWarning
is caused by a general problem in the FacturX mapping -
Method Summary
Modifier and TypeMethodDescriptionstatic ProblemFinderWarning.Sources
Returns 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
ThisProblemFinderWarning
is caused by a Problem in a database table, for example the table in unlinked -
DATABASE
ThisProblemFinderWarning
is caused by a general problem inDatabaseTables
for example the joins contain a cycle -
FACTURX
ThisProblemFinderWarning
is 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
-