@Deprecated public enum EuropeanaOrgRole extends Enum<EuropeanaOrgRole>
| Enum Constant and Description |
|---|
Content_Provider
Deprecated.
|
Data_Aggregator
Deprecated.
|
Financial_Partner
Deprecated.
|
Other
Deprecated.
|
Policy_Maker
Deprecated.
|
Technology_Partner
Deprecated.
|
Think_Tank
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Deprecated.
|
String |
getSysId()
Deprecated.
|
static EuropeanaOrgRole |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EuropeanaOrgRole[] |
values()
Deprecated.
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 © 2018 Europeana Foundation. All rights reserved.