public static enum BasePresenter.ERROR_SOURCE extends java.lang.Enum<BasePresenter.ERROR_SOURCE>
Enum Constant and Description |
---|
COMPARE
Source is the compare task.
|
FIRST_PDF
Source is the parser for the first document
|
PREPARE
Source is the
PDFComparer or any other class which prepares the AbstractComparator |
SECOND_PDF
Source is the parser for the second document
|
Modifier and Type | Method and Description |
---|---|
static BasePresenter.ERROR_SOURCE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BasePresenter.ERROR_SOURCE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasePresenter.ERROR_SOURCE PREPARE
PDFComparer
or any other class which prepares the AbstractComparator
public static final BasePresenter.ERROR_SOURCE FIRST_PDF
public static final BasePresenter.ERROR_SOURCE SECOND_PDF
public static final BasePresenter.ERROR_SOURCE COMPARE
public static BasePresenter.ERROR_SOURCE[] values()
for (BasePresenter.ERROR_SOURCE c : BasePresenter.ERROR_SOURCE.values()) System.out.println(c);
public static BasePresenter.ERROR_SOURCE 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 © 2010-2022 by i-net software GmbH