public static enum ProblemFinderWarning.Sources extends java.lang.Enum<ProblemFinderWarning.Sources>
ProblemFinderWarning.getSource()
.Enum Constant and Description |
---|
DATABASE
This
ProblemFinderWarning is caused by a general problem in DatabaseTables for example the joins contain a cycle |
DATATABLE
This
ProblemFinderWarning is caused by a Problem in a database table, for example the table in unlinked |
FACTURX
This
ProblemFinderWarning is caused by a general problem in the FacturX mapping |
Modifier and Type | Method and Description |
---|---|
static ProblemFinderWarning.Sources |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProblemFinderWarning.Sources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProblemFinderWarning.Sources DATATABLE
ProblemFinderWarning
is caused by a Problem in a database table, for example the table in unlinkedpublic static final ProblemFinderWarning.Sources DATABASE
ProblemFinderWarning
is caused by a general problem in DatabaseTables
for example the joins contain a cyclepublic static final ProblemFinderWarning.Sources FACTURX
ProblemFinderWarning
is caused by a general problem in the FacturX mappingpublic static ProblemFinderWarning.Sources[] values()
for (ProblemFinderWarning.Sources c : ProblemFinderWarning.Sources.values()) System.out.println(c);
public static ProblemFinderWarning.Sources valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 1999-2020 by i-net software GmbH