public enum ContributorType extends Enum<ContributorType>
| Enum Constant and Description |
|---|
ContactPerson
Constant CONTACTPERSON
|
DataCollector
Constant DATACOLLECTOR
|
DataManager
Constant DATAMANAGER
|
Distributor
Constant DISTRIBUTOR
|
Editor
Constant EDITOR
|
Funder
Constant FUNDER
|
HostingInstitution
Constant HOSTINGINSTITUTION
|
Other
Constant OTHER
|
Producer
Constant PRODUCER
|
ProjectLeader
Constant PROJECTLEADER
|
ProjectMember
Constant PROJECTMEMBER
|
RegistrationAgency
Constant REGISTRATIONAGENCY
|
RegistrationAuthority
Constant REGISTRATIONAUTHORITY
|
RelatedPerson
Constant RELATEDPERSON
|
Researcher
Constant RESEARCHER
|
ResearchGroup
Constant RESEARCHGROUP
|
RightsHolder
Constant RIGHTSHOLDER
|
Sponsor
Constant SPONSOR
|
Supervisor
Constant SUPERVISOR
|
WorkPackageLeader
Constant WORKPACKAGELEADER
|
| Modifier and Type | Method and Description |
|---|---|
static ContributorType |
fromValue(String value)
Method fromValue.
|
void |
setValue(String value) |
String |
toString()
Method toString.
|
String |
value()
Method value.
|
static ContributorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContributorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContributorType ContactPerson
public static final ContributorType DataCollector
public static final ContributorType DataManager
public static final ContributorType Distributor
public static final ContributorType Editor
public static final ContributorType Funder
public static final ContributorType HostingInstitution
public static final ContributorType Other
public static final ContributorType Producer
public static final ContributorType ProjectLeader
public static final ContributorType ProjectMember
public static final ContributorType RegistrationAgency
public static final ContributorType RegistrationAuthority
public static final ContributorType RelatedPerson
public static final ContributorType RightsHolder
public static final ContributorType Researcher
public static final ContributorType ResearchGroup
public static final ContributorType Sponsor
public static final ContributorType Supervisor
public static final ContributorType WorkPackageLeader
public static ContributorType[] values()
for (ContributorType c : ContributorType.values()) System.out.println(c);
public static ContributorType 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 static ContributorType fromValue(String value)
value - public void setValue(String value)
value - public String toString()
toString in class Enum<ContributorType>public String value()
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.