public static enum Contributor.Type extends Enum<Contributor.Type>
| Enum Constant and Description |
|---|
ContactPerson |
DataCollector |
DataCurator |
DataManager |
Distributor |
Editor |
Funder |
HostingInstitution |
Other |
Producer |
ProjectLeader |
ProjectManager |
ProjectMember |
RegistrationAgency |
RegistrationAuthority |
RelatedPerson |
Researcher |
ResearchGroup |
RightsHolder |
Sponsor |
Supervisor |
WorkPackageLeader |
| Modifier and Type | Method and Description |
|---|---|
static Contributor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contributor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Contributor.Type ContactPerson
public static final Contributor.Type DataCollector
public static final Contributor.Type DataCurator
public static final Contributor.Type DataManager
public static final Contributor.Type Distributor
public static final Contributor.Type Editor
public static final Contributor.Type Funder
public static final Contributor.Type HostingInstitution
public static final Contributor.Type Producer
public static final Contributor.Type ProjectLeader
public static final Contributor.Type ProjectManager
public static final Contributor.Type ProjectMember
public static final Contributor.Type RegistrationAgency
public static final Contributor.Type RegistrationAuthority
public static final Contributor.Type RelatedPerson
public static final Contributor.Type Researcher
public static final Contributor.Type ResearchGroup
public static final Contributor.Type RightsHolder
public static final Contributor.Type Supervisor
public static final Contributor.Type Sponsor
public static final Contributor.Type WorkPackageLeader
public static final Contributor.Type Other
public static Contributor.Type[] values()
for (Contributor.Type c : Contributor.Type.values()) System.out.println(c);
public static Contributor.Type 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 © 2021. All Rights Reserved.