public enum EuropeanaDatasets extends Enum<EuropeanaDatasets>
| Enum Constant and Description |
|---|
DATASETS |
ORGANIZATIONS |
| Modifier and Type | Method and Description |
|---|---|
String |
getSysId() |
static EuropeanaDatasets |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EuropeanaDatasets[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EuropeanaDatasets ORGANIZATIONS
public static final EuropeanaDatasets DATASETS
public static EuropeanaDatasets[] values()
for (EuropeanaDatasets c : EuropeanaDatasets.values()) System.out.println(c);
public static EuropeanaDatasets 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 getSysId()
Copyright © 2017 Europeana Foundation. All rights reserved.