|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ErrorType>
au.org.ala.names.model.ErrorType
public enum ErrorType
When an error occurs during a recursive search the search does NOT stop. The error is noted and a result is attempted based on the higher level classification. Each error that occurs will be reported in the MetricResultsDTO and will be one of these types. For more discussion of error types see http://code.google.com/p/ala-portal/wiki/ALANames#Error_Types
| Enum Constant Summary | |
|---|---|
AFFINITY_SPECIES
An aff. |
|
ASSOCIATED_EXCLUDED
There are 2 species names one is excluded and the other is not |
|
CONFER_SPECIES
A cf. |
|
EXCLUDED
The species is excluded from the national species list. |
|
GENERIC
A generic SearchResultException was detected. |
|
HOMONYM
A homonym was detected. |
|
INDETERMINATE_SPECIES
An indeterminate marker was detected and and exact match could not be found. |
|
MATCH_MISAPPLIED
The original scientific name has been misapplied to another concept in the past - indicates that the matched result is accepted but there is also a misapplied synonym |
|
MISAPPLIED
The scientific name has been misapplied to a taxon concept in the past. |
|
NONE
No issue was detected |
|
PARENT_CHILD_SYNONYM
The parent names has been detected as a synonym of the child - generally occurs when a species is split into 1 or more subspecies |
|
QUESTION_SPECIES
A low confidence identification of the species was made using a ? indicator. |
|
SPECIES_PLURAL
An spp. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
static ErrorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ErrorType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ErrorType SPECIES_PLURAL
public static final ErrorType INDETERMINATE_SPECIES
public static final ErrorType QUESTION_SPECIES
public static final ErrorType AFFINITY_SPECIES
public static final ErrorType CONFER_SPECIES
public static final ErrorType HOMONYM
public static final ErrorType GENERIC
public static final ErrorType PARENT_CHILD_SYNONYM
public static final ErrorType EXCLUDED
public static final ErrorType ASSOCIATED_EXCLUDED
public static final ErrorType MATCH_MISAPPLIED
public static final ErrorType MISAPPLIED
public static final ErrorType NONE
| Method Detail |
|---|
public static ErrorType[] values()
for (ErrorType c : ErrorType.values()) System.out.println(c);
public static ErrorType 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<ErrorType>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||