Class RealType


public class RealType extends AbstractSimpleProperty
Object representation of a Real XMP type
  • Field Details

    • realValue

      private float realValue
  • Constructor Details

    • RealType

      public RealType(XMPMetadata metadata, String namespaceURI, String prefix, String propertyName, Object value)
      Property Real 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