Class DateType


public class DateType extends AbstractSimpleProperty
Object representation of a Date XMP type
Author:
a183132
  • Constructor Details

    • DateType

      public DateType(XMPMetadata metadata, String namespaceURI, String prefix, String propertyName, Object value)
      Property Date type constructor (namespaceURI is given)
      Parameters:
      metadata - The metadata to attach to this property
      namespaceURI - the namespace URI to associate to this property
      prefix - The prefix to set for this property
      propertyName - The local Name of this property
      value - The value to set for this property
  • Method Details