public enum ResponsiblePartyRole extends Enum<ResponsiblePartyRole>
| Enum Constant and Description |
|---|
AUTHOR |
CUSTODIAN |
DISTRIBUTOR |
ORIGINATOR |
OWNER |
POINT_OF_CONTACT |
PRINCIPAL_INVESTIGATOR |
PROCESSOR |
PUBLISHER |
RESOURCE_PROVIDER |
USER |
| Modifier and Type | Method and Description |
|---|---|
static ResponsiblePartyRole |
getById(String id) |
static ResponsiblePartyRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponsiblePartyRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponsiblePartyRole RESOURCE_PROVIDER
public static final ResponsiblePartyRole CUSTODIAN
public static final ResponsiblePartyRole OWNER
public static final ResponsiblePartyRole USER
public static final ResponsiblePartyRole DISTRIBUTOR
public static final ResponsiblePartyRole ORIGINATOR
public static final ResponsiblePartyRole POINT_OF_CONTACT
public static final ResponsiblePartyRole PRINCIPAL_INVESTIGATOR
public static final ResponsiblePartyRole PROCESSOR
public static final ResponsiblePartyRole PUBLISHER
public static final ResponsiblePartyRole AUTHOR
public static ResponsiblePartyRole[] values()
for (ResponsiblePartyRole c : ResponsiblePartyRole.values()) System.out.println(c);
public static ResponsiblePartyRole 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 ResponsiblePartyRole getById(String id)
Copyright © 2020. All Rights Reserved.