Module jonix.common

Enum Class AudienceTypes

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

public enum AudienceTypes extends Enum<AudienceTypes> implements OnixCodelist
Enum that corresponds to ONIX Codelist 28

Description: Audience type

See Also:
  • Enum Constant Details

    • General_adult

      public static final AudienceTypes General_adult
      For a non-specialist or 'popular' adult audience. Consider also adding an ONIX Adult audience rating
    • Children

      public static final AudienceTypes Children
      For a young audience typically up to about the age of 12, not specifically for any educational purpose. An audience range should also be included
    • Teenage

      public static final AudienceTypes Teenage
      For a teenage or 'young adult' audience typically from about the age of 12 to the late teens, not specifically for any educational purpose. An audience range should also be included
    • Primary_and_secondary_education

      public static final AudienceTypes Primary_and_secondary_education
      Kindergarten, pre-school, primary / elementary or secondary / high school education. Note 'secondary' includes both level 2 and level 3 secondary education as defined in UNESCO's ISCED 2011 (see http://uis.unesco.org/en/topic/international-standard-classification-education-isced). An audience range should also be included
    • Pre_primary_education

      public static final AudienceTypes Pre_primary_education
      Equivalent to UNESCO's ISCED Level 0 - see http://uis.unesco.org/en/topic/international-standard-classification-education-isced (note codes 11-14 are specific subsets of the Primary and secondary education audience, code 04). Only for use in ONIX 3.0 or later

      Jonix-Comment: Introduced in Onix3

    • Primary_education

      public static final AudienceTypes Primary_education
      Equivalent to ISCED Level 1. Only for use in ONIX 3.0 or later

      Jonix-Comment: Introduced in Onix3

    • Lower_secondary_education

      public static final AudienceTypes Lower_secondary_education
      Equivalent to ISCED Level 2 (general and vocational). Only for use in ONIX 3.0 or later

      Jonix-Comment: Introduced in Onix3

    • Upper_secondary_education

      public static final AudienceTypes Upper_secondary_education
      Equivalent to ISCED Level 3 (general and vocational). Only for use in ONIX 3.0 or later

      Jonix-Comment: Introduced in Onix3

    • Tertiary_education

      public static final AudienceTypes Tertiary_education
      For tertiary education typically in universities and colleges of higher education, equivalent to ISCED Levels 5-7
    • Professional_and_scholarly

      public static final AudienceTypes Professional_and_scholarly
      For an expert adult audience, including professional development and academic research
    • Adult_education

      public static final AudienceTypes Adult_education
      For any adult audience in a formal or semi-formal learning setting, eg vocational training and apprenticeships (collectively, equivalent to ISCED Level 4), or practical or recreational learning for adults
    • EFL_TEFL_TESOL

      public static final AudienceTypes EFL_TEFL_TESOL
      Intended for use in teaching and learning English as a second, non-native or additional language. Indication of the language level (eg CEFR) should be included where possible. An audience range should also be included if the product is (also) suitable for use in primary and secondary education
    • Second_additional_language_teaching

      public static final AudienceTypes Second_additional_language_teaching
      Intended for use in teaching and learning second, non-native or additional languages (other than English), for example teaching German to Spanish speakers. Indication of the language level (eg CEFR) should be included where possible. An audience range should also be included if the product is (also) suitable for use in primary and secondary education. Prefer code 07 for products specific to teaching English
  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details

    • values

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

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

      public static String codeToDesciption(String code)