Module jonix.common

Enum Class EuToySafetyDirectiveHazardWarningTypes

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

public enum EuToySafetyDirectiveHazardWarningTypes extends Enum<EuToySafetyDirectiveHazardWarningTypes> implements OnixCodelist
Enum that corresponds to ONIX Codelist 184

Description: EU Toy Safety Directive hazard warning type

See Also:
  • Enum Constant Details

    • No_warning

      public static final EuToySafetyDirectiveHazardWarningTypes No_warning
      Use to provide positive indication that no warnings are applicable
    • Carries_minimum_age_warning

      public static final EuToySafetyDirectiveHazardWarningTypes Carries_minimum_age_warning
      Use to specify age (in years, or years and months). Provide specific wording in <ProductFormFeatureDescription>
    • Carries_EU_Toy_Safety_Directive_hazard_warning

      public static final EuToySafetyDirectiveHazardWarningTypes Carries_EU_Toy_Safety_Directive_hazard_warning
      Exact text of warning must be included in <ProductFormFeatureDescription>
    • Carries_other_text_associated_with_toy_safety

      public static final EuToySafetyDirectiveHazardWarningTypes Carries_other_text_associated_with_toy_safety
      Exact text (not in itself a warning) must be included in <ProductFormFeatureDescription>. May be used either without any warning, or as text additional to a warning. Note that if no warnings apply, code 00 can provide positive indication of this. Example uses: 'Suitable for all ages' or 'Adult supervision required'
    • Material_Safety_Data_Sheet_available

      public static final EuToySafetyDirectiveHazardWarningTypes Material_Safety_Data_Sheet_available
      Material Safety Data Sheet (a document required by the EU Toy Safety Directive) available online, typically as a PDF file or similar. <ProductFormFeatureDescription> must carry the URL of the document
    • Declaration_of_Conformity_available

      public static final EuToySafetyDirectiveHazardWarningTypes Declaration_of_Conformity_available
      Declaration of Conformity (the document that backs up the CE or CA mark) available online, typically as a PDF file or similar. <ProductFormFeatureDescription> must carry the URL of the document
    • Carries_EN71_conformity_statement

      public static final EuToySafetyDirectiveHazardWarningTypes Carries_EN71_conformity_statement
      If specific alternative wording is carried in <ProductFormFeatureDescription>, this must be used in place of the default 'Conforms to EN71' text

      Jonix-Comment: Introduced in Onix3

  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details