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