Module jonix.common

Enum Class ResourceVersionFeatureTypes

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

public enum ResourceVersionFeatureTypes extends Enum<ResourceVersionFeatureTypes> implements OnixCodelist
Enum that corresponds to ONIX Codelist 162

Description: Resource version feature type

See Also:
  • Enum Constant Details

    • File_format

      public static final ResourceVersionFeatureTypes File_format
      Resource Version Feature Value carries a code from List 178
    • Image_height_in_pixels

      public static final ResourceVersionFeatureTypes Image_height_in_pixels
      Resource Version Feature Value carries an integer
    • Image_width_in_pixels

      public static final ResourceVersionFeatureTypes Image_width_in_pixels
      Resource Version Feature Value carries an integer
    • Filename

      public static final ResourceVersionFeatureTypes Filename
      Resource Version Feature Value carries the filename of the supporting resource, necessary only when it is different from the last part of the path provided in <ResourceLink>
    • Approximate_download_file_size_in_megabytes

      public static final ResourceVersionFeatureTypes Approximate_download_file_size_in_megabytes
      Resource Version Feature Value carries a decimal number only, suggested no more than 2 or 3 significant digits (eg 1.7, not 1.7462 or 1.75MB)
    • MD5_hash_value

      public static final ResourceVersionFeatureTypes MD5_hash_value
      MD5 hash value of the resource file. <ResourceVersionFeatureValue> should contain the 128-bit digest value (as 32 hexadecimal digits). Can be used as a cryptographic check on the integrity of a resource after it has been retrieved
    • Exact_download_file_size_in_bytes

      public static final ResourceVersionFeatureTypes Exact_download_file_size_in_bytes
      Resource Version Feature Value carries a integer number only (eg 1831023)
    • SHA_256_hash_value

      public static final ResourceVersionFeatureTypes SHA_256_hash_value
      SHA-256 hash value of the resource file. <ResourceVersionFeatureValue> should contain the 256-bit digest value (as 64 hexadecimal digits). Can be used as a cryptographic check on the integrity of a resource after it has been retrieved
    • ISCC

      public static final ResourceVersionFeatureTypes ISCC
      International Standard Content Code, a 'similarity hash' derived algorithmically from the resource content itself (see https://iscc.codes). <IDValue> is the ISCC-CODE generated from a digital manifestation of the work, as a variable-length case-insensitive alphanumeric string (or 55 characters including three hyphens if using ISCC v1.0, but this is deprecated). Note alphabetic characters in v1.x ISCCs use Base32 encoding and are conventionally upper case. The 'ISCC:' prefix is omitted

      Jonix-Comment: Introduced in Onix3

  • Field Details

    • code

      public final String code
    • description

      public final String description
  • Method Details