Class BooleanType


public class BooleanType extends AbstractSimpleProperty
Object representation of an Boolean XMP type
  • Field Details

  • Constructor Details

    • BooleanType

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