public enum AuthorshipRoles extends Enum<AuthorshipRoles>
| Enum Constant and Description |
|---|
CONCEPTUALIZATION |
DATA_CURATION |
FORMAL_ANALYSIS |
FUNDING_ACQUISITION |
INVESTIGATION |
METHODOLOGY |
PROJECT_ADMINISTRATION |
RESOURCES |
SOFTWARE |
SUPERVISION |
VALIDATION |
VISUALIZATION |
WRITING_ORIGINAL_DRAFT |
WRITING_REVIEWING_EDITING |
| Modifier and Type | Method and Description |
|---|---|
static AuthorshipRoles |
mapStringToEnum(String input) |
static AuthorshipRoles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorshipRoles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthorshipRoles CONCEPTUALIZATION
public static final AuthorshipRoles DATA_CURATION
public static final AuthorshipRoles FORMAL_ANALYSIS
public static final AuthorshipRoles FUNDING_ACQUISITION
public static final AuthorshipRoles INVESTIGATION
public static final AuthorshipRoles METHODOLOGY
public static final AuthorshipRoles PROJECT_ADMINISTRATION
public static final AuthorshipRoles RESOURCES
public static final AuthorshipRoles SOFTWARE
public static final AuthorshipRoles SUPERVISION
public static final AuthorshipRoles VALIDATION
public static final AuthorshipRoles VISUALIZATION
public static final AuthorshipRoles WRITING_ORIGINAL_DRAFT
public static final AuthorshipRoles WRITING_REVIEWING_EDITING
public final String label
public static AuthorshipRoles[] values()
for (AuthorshipRoles c : AuthorshipRoles.values()) System.out.println(c);
public static AuthorshipRoles 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 AuthorshipRoles mapStringToEnum(String input)
Copyright © 2026. All rights reserved.