public enum EuropeanaRetrievableField extends Enum<EuropeanaRetrievableField>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getFieldId() |
String |
getQualifiedFieldId() |
static EuropeanaRetrievableField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EuropeanaRetrievableField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EuropeanaRetrievableField ID
public static final EuropeanaRetrievableField NAME
public static final EuropeanaRetrievableField DATE_ENTERED
public static final EuropeanaRetrievableField DATE_MODIFIED
public static final EuropeanaRetrievableField MODIFIED_BY_USER
public static final EuropeanaRetrievableField CREATED_BY_USER
public static final EuropeanaRetrievableField DESCRIPTION
public static final EuropeanaRetrievableField ASSIGNED_USER_ID
public static final EuropeanaRetrievableField ASSIGNED_USER_NAME
public static final EuropeanaRetrievableField ORGANIZATION_NAME
public static final EuropeanaRetrievableField CAMPAIGN_NAME
public static final EuropeanaRetrievableField EXPECTED_INGESTION_DATE
public static final EuropeanaRetrievableField NOTES
public static final EuropeanaRetrievableField COUNTRY
public static final EuropeanaRetrievableField ACRONYM
public static final EuropeanaRetrievableField IDENTIFIER
public static final EuropeanaRetrievableField DATASET_COUNTRY
public static final EuropeanaRetrievableField ACCESS_TO_CONTENT_CHECKER
public static final EuropeanaRetrievableField PREVIEWS_ONLY_IN_PORTAL
public static final EuropeanaRetrievableField HARVESTING_TYPE
public static EuropeanaRetrievableField[] values()
for (EuropeanaRetrievableField c : EuropeanaRetrievableField.values()) System.out.println(c);
public static EuropeanaRetrievableField 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 nullpublic String getFieldId()
public String getDescription()
public String getQualifiedFieldId()
Copyright © 2015 Europeana Foundation. All rights reserved.