com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpReal

  • All Implemented Interfaces:
    IXmpType


    public final class XmpReal
    extends XmpValueBase

    Represents XMP Real.

    • Constructor Detail

      • XmpReal

        public XmpReal(double value)

        Initializes a new instance of the XmpReal class.

        Parameters:
        value - Double value.
      • XmpReal

        public XmpReal(String value)

        Initializes a new instance of the XmpReal class.

        Parameters:
        value - The value.
        Throws:
        ArgumentNullException - Value could not be null.
        ArgumentException - Invalid value. Should be double.
    • Method Detail

      • getValue

        public final double getValue()

        Gets the value.

        Returns:
        Double value.