Module jonix.common

Enum Class ProductPackagingTypes

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

public enum ProductPackagingTypes extends Enum<ProductPackagingTypes> implements OnixCodelist
Enum that corresponds to ONIX Codelist 80

Description: Product packaging type

See Also:
  • Enum Constant Details

    • No_outer_packaging

      public static final ProductPackagingTypes No_outer_packaging
      No packaging, or all smaller items enclosed inside largest item
    • Slip_sleeve

      public static final ProductPackagingTypes Slip_sleeve
      Thin card or soft plastic sleeve, much less rigid than a slip case
    • Clamshell

      public static final ProductPackagingTypes Clamshell
      Packaging consisting of formed plastic sealed around each side of the product. Not to be confused with single-sided Blister pack
    • Keep_case

      public static final ProductPackagingTypes Keep_case
      Typical DVD-style packaging, sometimes known as an 'Amaray' case
    • Jewel_case

      public static final ProductPackagingTypes Jewel_case
      Typical CD-style packaging
    • Digipak

      public static final ProductPackagingTypes Digipak
      Common CD-style packaging, a card folder with one or more panels incorporating a tray, hub or pocket to hold the disc(s)
    • Shrink_wrapped_biodegradable

      public static final ProductPackagingTypes Shrink_wrapped_biodegradable
      Use for products or product bundles supplied for retail sale in shrink-wrapped packaging, where the shrink-wrap film is biodegradable. For non-degradable film, see code 21. Only for use in ONIX 3.0 or later

      Jonix-Comment: Introduced in Onix3

    • In_box_with_lid

      public static final ProductPackagingTypes In_box_with_lid
      Individual item, items or set in card box with separate or hinged lid: not to be confused with the commonly-used 'boxed set' which is more likely to be packaged in a slip case
    • Slip_cased

      public static final ProductPackagingTypes Slip_cased
      Slip-case for single item only (de: 'Schuber')
    • Slip_cased_set

      public static final ProductPackagingTypes Slip_cased_set
      Slip-case for multi-volume set, also commonly referred to as 'boxed set' (de: 'Kassette')
    • Tube

      public static final ProductPackagingTypes Tube
      Rolled in tube or cylinder: eg sheet map or poster
    • Binder

      public static final ProductPackagingTypes Binder
      Use for miscellaneous items such as slides, microfiche, when presented in a binder
    • In_wallet_or_folder

      public static final ProductPackagingTypes In_wallet_or_folder
      Use for miscellaneous items such as slides, microfiche, when presented in a wallet or folder
    • Long_triangular_package

      public static final ProductPackagingTypes Long_triangular_package
      Long package with triangular cross-section used for rolled sheet maps, posters etc
    • Long_square_package

      public static final ProductPackagingTypes Long_square_package
      Long package with square cross-section used for rolled sheet maps, posters, etc
    • Softbox_for_DVD

      public static final ProductPackagingTypes Softbox_for_DVD
    • Pouch

      public static final ProductPackagingTypes Pouch
      In pouch, eg teaching materials in a plastic bag or pouch
    • Rigid_plastic_case

      public static final ProductPackagingTypes Rigid_plastic_case
      In duroplastic or other rigid plastic case, eg for a class set
    • Cardboard_case

      public static final ProductPackagingTypes Cardboard_case
      In cardboard case, eg for a class set
    • Shrink_wrapped

      public static final ProductPackagingTypes Shrink_wrapped
      Use for products or product bundles supplied for retail sale in shrink-wrapped packaging. For biodegradable shrink-wrap film, prefer code 08. For shrink-wrapped packs of multiple products for trade supply only, see code XL in List 7
    • Blister_pack

      public static final ProductPackagingTypes Blister_pack
      A pack comprising a pre-formed plastic blister and a printed card with a heat-seal coating
    • Carry_case

      public static final ProductPackagingTypes Carry_case
      A case with carrying handle, typically for a set of educational books and/or learning materials
    • In_tin

      public static final ProductPackagingTypes In_tin
      Individual item, items or set in metal box or can with separate or hinged lid
    • With_browse_prevention_tape

      public static final ProductPackagingTypes With_browse_prevention_tape
      (ja: koguchi tome) Peelable sticker or tape sealing the foredge of a book to prevent pre-purchase reading of the content. 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 ProductPackagingTypes[] 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 ProductPackagingTypes 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 ProductPackagingTypes byCode(String code)
    • byCodeOptional

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

      public static String codeToDesciption(String code)