Module jonix.common

Enum Class CollectionFrequencys

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

public enum CollectionFrequencys extends Enum<CollectionFrequencys> implements OnixCodelist
Enum that corresponds to ONIX Codelist 259

Description: Collection frequency code

Jonix-Comment: Introduced in Onix3

See Also:
  • Enum Constant Details

    • Unknown

      public static final CollectionFrequencys Unknown
    • Irregular

      public static final CollectionFrequencys Irregular
      No fixed publication schedule
    • Biennial

      public static final CollectionFrequencys Biennial
      Once every two years
    • Annual

      public static final CollectionFrequencys Annual
      Yearly
    • Biannual

      public static final CollectionFrequencys Biannual
      Twice a year, or once per academic semester
    • Triannual

      public static final CollectionFrequencys Triannual
      Three times a year, or once per academic term
    • Quarterly

      public static final CollectionFrequencys Quarterly
      Four times a year
    • Bimonthly

      public static final CollectionFrequencys Bimonthly
      Six times per year
    • Monthly

      public static final CollectionFrequencys Monthly
      Once every month, or approximately twelve times per year
    • Fortnightly

      public static final CollectionFrequencys Fortnightly
      Once every two weeks, or approximately twenty five times per year
    • Weekly

      public static final CollectionFrequencys Weekly
      Or approximately fifty times per year
    • More_frequently_than_weekly

      public static final CollectionFrequencys More_frequently_than_weekly
    • No_future_publications

      public static final CollectionFrequencys No_future_publications
      Positive indication that the product is the last to be published in the collection, or that no further publications are planned
  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details

    • values

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

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

      public static String codeToDesciption(String code)