public enum LookupState extends Enum<LookupState>
| Enum Constant and Description |
|---|
COLLECTION_CHANGED
Indicates that the collection for this record has changed
|
DERIVED_DUPLICATE_INCOLLECTION
Status that indicates that 2 records obtained the same identifier during the import process
|
DUPLICATE_IDENTIFIER_ACROSS_COLLECTIONS
Indicates that the same identifier is present in more than one collections
|
DUPLICATE_INCOLLECTION
Status that indicates that 2 records with the same id are contained twice in the same collection
|
DUPLICATE_RECORD_ACROSS_COLLECTIONS
Indicates that the same record (identifier & content) is present in more than one collections
|
ID_REGISTERED
Status that indicates a newly crated object
|
IDENTICAL
Status that indicates that an unchanged record has been reimported
|
INCOMPATIBLE_XML_CONTENT
Indicates that the record has been discarded because its XML structure does
not conform to the structural rules supported
|
SYSTEM_ERROR
Indicates a generic system error has occured
|
UPDATE
Status that indicates an update on an existing record
|
| Modifier and Type | Method and Description |
|---|---|
static LookupState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LookupState ID_REGISTERED
public static final LookupState UPDATE
public static final LookupState IDENTICAL
public static final LookupState DUPLICATE_INCOLLECTION
public static final LookupState DERIVED_DUPLICATE_INCOLLECTION
public static final LookupState DUPLICATE_IDENTIFIER_ACROSS_COLLECTIONS
public static final LookupState DUPLICATE_RECORD_ACROSS_COLLECTIONS
public static final LookupState COLLECTION_CHANGED
public static final LookupState INCOMPATIBLE_XML_CONTENT
public static final LookupState SYSTEM_ERROR
public static LookupState[] values()
for (LookupState c : LookupState.values()) System.out.println(c);
public static LookupState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017 Europeana Foundation. All rights reserved.