Class DublinCoreSchema

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

class DublinCoreSchema extends XmpSchema
An implementation of an XmpSchema.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • DEFAULT_XPATH_ID

      private static final String DEFAULT_XPATH_ID
      default namespace identifier
      See Also:
    • DEFAULT_XPATH_URI

      private static final String DEFAULT_XPATH_URI
      default namespace uri
      See Also:
    • CREATOR

      private static final String CREATOR
      The authors of the resource (listed in order of precedence, if significant).
      See Also:
    • DESCRIPTION

      private static final String DESCRIPTION
      A textual description of the content of the resource. Multiple values may be present for different languages.
      See Also:
    • FORMAT

      private static final String FORMAT
      The file format used when saving the resource. Tools and applications should set this property to the save format of the data. It may include appropriate qualifiers.
      See Also:
    • SUBJECT

      private static final String SUBJECT
      An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
      See Also:
    • TITLE

      private static final String TITLE
      The title of the document, or the name given to the resource. Typically, it will be a name by which the resource is formally known.
      See Also:
  • Constructor Details

    • DublinCoreSchema

      public DublinCoreSchema()
  • Method Details

    • addTitle

      public void addTitle(String title)
      Adds a title.
      Parameters:
      title -
    • addDescription

      public void addDescription(String desc)
      Adds a description.
      Parameters:
      desc -
    • addSubject

      void addSubject(String subject)
      Adds a subject.
      Parameters:
      subject -
    • addAuthor

      void addAuthor(String author)
      Adds a single author.
      Parameters:
      author -