Enum Class ProjectRoles

java.lang.Object
java.lang.Enum<ProjectRoles>
eu.dnetlib.dhp.schema.oaf.rel.beans.ProjectRoles
All Implemented Interfaces:
Serializable, Comparable<ProjectRoles>, java.lang.constant.Constable

public enum ProjectRoles extends Enum<ProjectRoles>
  • Enum Constant Details

    • co_applicant

      public static final ProjectRoles co_applicant
    • lead_applicant

      public static final ProjectRoles lead_applicant
    • project_leader

      public static final ProjectRoles project_leader
    • project_manager

      public static final ProjectRoles project_manager
    • project_member

      public static final ProjectRoles project_member
    • workpackage_leader

      public static final ProjectRoles workpackage_leader
  • Method Details

    • values

      public static ProjectRoles[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ProjectRoles valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • mapStringToEnum

      public static ProjectRoles mapStringToEnum(String input)