Interface XMP


public interface XMP
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Property
    Unordered text strings of advisories.
    static final Property
    Unordered text strings of advisories.
    static final Property
    The date and time the resource was created.
    static final Property
    The name of the first known tool used to create the resource.
    static final Property
    An unordered array of text strings that unambiguously identify the resource within a given context.
    static final Property
    A word or short phrase that identifies a resource as a member of a userdefined collection.
    static final Property
    The date and time that any metadata for this resource was last changed.
    static final Property
    The date and time the resource was last modified.
    static final String
     
    static final Property
    A word or short phrase that represents the nick name fo the file
    static final String
     
    static final String
    The xmp prefix followed by the colon delimiter
    static final Property
    A user-assigned rating for this file.
  • Field Details

    • NAMESPACE_URI

      static final String NAMESPACE_URI
      See Also:
    • PREFIX

      static final String PREFIX
      See Also:
    • PREFIX_

      static final String PREFIX_
      The xmp prefix followed by the colon delimiter
      See Also:
    • ABOUT

      static final Property ABOUT
      Unordered text strings of advisories.
    • ADVISORY

      static final Property ADVISORY
      Unordered text strings of advisories.
    • CREATE_DATE

      static final Property CREATE_DATE
      The date and time the resource was created. For a digital file, this need not match a file-system creation time. For a freshly created resource, it should be close to that time, modulo the time taken to write the file. Later file transfer, copying, and so on, can make the file-system time arbitrarily different.
    • CREATOR_TOOL

      static final Property CREATOR_TOOL
      The name of the first known tool used to create the resource.
    • IDENTIFIER

      static final Property IDENTIFIER
      An unordered array of text strings that unambiguously identify the resource within a given context. An array item may be qualified with xmpidq:Scheme (see 8.7, “xmpidq namespace”) to denote the formal identification system to which that identifier conforms.
    • LABEL

      static final Property LABEL
      A word or short phrase that identifies a resource as a member of a userdefined collection.
    • METADATA_DATE

      static final Property METADATA_DATE
      The date and time that any metadata for this resource was last changed. It should be the same as or more recent than xmp:ModifyDate
    • MODIFY_DATE

      static final Property MODIFY_DATE
      The date and time the resource was last modified.
    • NICKNAME

      static final Property NICKNAME
      A word or short phrase that represents the nick name fo the file
    • RATING

      static final Property RATING
      A user-assigned rating for this file. The value shall be -1 or in the range [0..5], where -1 indicates “rejected” and 0 indicates “unrated”. If xmp:Rating is not present, a value of 0 should be assumed.