Class TextType

Direct Known Subclasses:
AgentNameType, ChoiceType, GPSCoordinateType, GUIDType, LocaleType, MIMEType, PartType, ProperNameType, RationalType, RenditionClassType, URIType, URLType, XPathType

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

    • TextType

      public TextType(XMPMetadata metadata, String namespaceURI, String prefix, String propertyName, Object value)
      Property Text 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
  • Method Details