Module jonix.common

Enum Class UnnamedPersonss

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

public enum UnnamedPersonss extends Enum<UnnamedPersonss> implements OnixCodelist
Enum that corresponds to ONIX Codelist 19

Description: Unnamed person(s)

See Also:
  • Enum Constant Details

    • Unknown

      public static final UnnamedPersonss Unknown
    • Anonymous

      public static final UnnamedPersonss Anonymous
      Note that Anonymous can be interpreted as singular or plural. A real name can be provided using <AlternativeName> where it is generally known
    • et_al

      public static final UnnamedPersonss et_al
      And others. Use when some but not all contributors are listed
    • Various

      public static final UnnamedPersonss Various
      When there are multiple contributors, and none are listed individually. Use for example when the product is a pack of books by different authors
    • Synthesised_voice_male

      public static final UnnamedPersonss Synthesised_voice_male
      Use with Contributor role code E07 'read by', eg for audio books with digital narration
    • Synthesised_voice_female

      public static final UnnamedPersonss Synthesised_voice_female
      Use with Contributor role code E07 'read by', eg for audio books with digital narration
    • Synthesised_voice_unspecified

      public static final UnnamedPersonss Synthesised_voice_unspecified
      Use with Contributor role code E07 'read by', eg for audio books with digital narration
    • Synthesised_voice_based_on_real_voice_actor

      public static final UnnamedPersonss Synthesised_voice_based_on_real_voice_actor
      Use with Contributor role code E07 'read by', eg for audio books with digital narration, and provide name of voice actor in <AlternativeName>. Only for use in ONIX 3.0 or later

      Jonix-Comment: Introduced in Onix3

    • AI_Artificial_intelligence

      public static final UnnamedPersonss AI_Artificial_intelligence
      Use when the creator (of text, of images etc) is a generative AI model or technique. Note, can also be combined with the role 'assisted by'. Only for use in ONIX 3.0 or later

      Jonix-Comment: Introduced in Onix3

  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details

    • values

      public static UnnamedPersonss[] 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 UnnamedPersonss 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 UnnamedPersonss byCode(String code)
    • byCodeOptional

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

      public static String codeToDesciption(String code)