com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpInteger

  • All Implemented Interfaces:
    IXmpType


    public final class XmpInteger
    extends XmpValueBase

    Represents XMP Integer basic type.

    • Constructor Detail

      • XmpInteger

        public XmpInteger(long value)

        Initializes a new instance of the XmpInteger class.

        Parameters:
        value - The value.
      • XmpInteger

        public XmpInteger(int value)

        Initializes a new instance of the XmpInteger class.

        Parameters:
        value - The value.
      • XmpInteger

        public XmpInteger(String value)

        Initializes a new instance of the XmpInteger class.

        Parameters:
        value - String value contained integer.
        Throws:
        ArgumentNullException - Value could not be null.
        ArgumentException - Invalid string value.
    • Method Detail

      • getValue

        public final long getValue()

        Gets the value.

        Returns:
        Integer value.