Module jonix.common

Enum Class EventRoles

java.lang.Object
java.lang.Enum<EventRoles>
com.tectonica.jonix.common.codelist.EventRoles
All Implemented Interfaces:
OnixCodelist, Serializable, Comparable<EventRoles>, Constable

public enum EventRoles extends Enum<EventRoles> implements OnixCodelist
Enum that corresponds to ONIX Codelist 20

Description: Event role

See Also:
  • Enum Constant Details

    • Publication_linked_to_conference

      public static final EventRoles Publication_linked_to_conference
      For example an academic, professional or political conference
    • Complete_proceedings_of_conference

      public static final EventRoles Complete_proceedings_of_conference
    • Selected_papers_from_conference

      public static final EventRoles Selected_papers_from_conference
    • Publication_linked_to_sporting_event

      public static final EventRoles Publication_linked_to_sporting_event
      For example a competitive match, fixture series or championship
    • Programme_or_guide_for_sporting_event

      public static final EventRoles Programme_or_guide_for_sporting_event
    • Publication_linked_to_artistic_event

      public static final EventRoles Publication_linked_to_artistic_event
      For example a theatrical or musical event or performance, a season of events or performances, or an exhibition of art
    • Programme_or_guide_for_artistic_event

      public static final EventRoles Programme_or_guide_for_artistic_event
    • Publication_linked_to_exposition

      public static final EventRoles Publication_linked_to_exposition
      For example a commercial exposition
    • Programme_or_guide_for_exposition

      public static final EventRoles Programme_or_guide_for_exposition
  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details

    • values

      public static EventRoles[] 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 EventRoles 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
    • getCode

      public String getCode()
      Specified by:
      getCode in interface OnixCodelist
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface OnixCodelist
    • byCode

      public static EventRoles byCode(String code)
    • byCodeOptional

      public static Optional<EventRoles> byCodeOptional(String code)
    • codeToDesciption

      public static String codeToDesciption(String code)