public enum ContributorAttributeRole extends Enum<ContributorAttributeRole>
| Enum Constant and Description |
|---|
ASSIGNEE |
AUTHOR |
CHAIR_OR_TRANSLATOR |
CO_INVENTOR |
CO_INVESTIGATOR |
EDITOR |
GRADUATE_STUDENT |
OTHER_INVENTOR |
POSTDOCTORAL_RESEARCHER |
PRINCIPAL_INVESTIGATOR |
SUPPORT_STAFF |
| Modifier and Type | Method and Description |
|---|---|
static ContributorAttributeRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContributorAttributeRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContributorAttributeRole AUTHOR
public static final ContributorAttributeRole ASSIGNEE
public static final ContributorAttributeRole EDITOR
public static final ContributorAttributeRole CHAIR_OR_TRANSLATOR
public static final ContributorAttributeRole CO_INVESTIGATOR
public static final ContributorAttributeRole CO_INVENTOR
public static final ContributorAttributeRole GRADUATE_STUDENT
public static final ContributorAttributeRole OTHER_INVENTOR
public static final ContributorAttributeRole PRINCIPAL_INVESTIGATOR
public static final ContributorAttributeRole POSTDOCTORAL_RESEARCHER
public static final ContributorAttributeRole SUPPORT_STAFF
public static ContributorAttributeRole[] values()
for (ContributorAttributeRole c : ContributorAttributeRole.values()) System.out.println(c);
public static ContributorAttributeRole 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 © 2014 DuraSpace. All Rights Reserved.