Module jonix.common

Enum Class SpecificationFeatureTypes

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

public enum SpecificationFeatureTypes extends Enum<SpecificationFeatureTypes> implements OnixCodelist
Enum that corresponds to ONIX Codelist 249

Description: Specification feature type

Jonix-Comment: Introduced in Onix3

See Also:
  • Enum Constant Details

    • Filename

      public static final SpecificationFeatureTypes Filename
      Specification Feature Value carries the filename of the final product
    • Audio_loudness

      public static final SpecificationFeatureTypes Audio_loudness
      Specification Feature Value is the target loudness in LKFS (LUFS) used for audio normalisation - see ITU-R BS.1770
    • Paper_type

      public static final SpecificationFeatureTypes Paper_type
      Specification Feature Description is the paper or card type, eg Coated, uncoated
    • Paper_weight

      public static final SpecificationFeatureTypes Paper_weight
      Specification Feature Value is the paper or card weight in GSM
    • Paper_color

      public static final SpecificationFeatureTypes Paper_color
      Specification Feature Value is the paper or card color code selected from List 257
    • Ink_color_s

      public static final SpecificationFeatureTypes Ink_color_s
      Specification Feature Description lists the ink color(s) required. Do not use if mono or conventional CMYK
    • Special_finish

      public static final SpecificationFeatureTypes Special_finish
      Specification Feature Value lists a special finish required, from List 258
  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details

    • values

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

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

      public static String codeToDesciption(String code)