Packages

 

com.aspose.imaging.xmp.types.basic

Class XmpInteger

  • All Implemented Interfaces:
    IXmpType


    public final class XmpInteger
    extends XmpTypeBase

    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 - The value.
        Throws:
        com.aspose.ms.System.ArgumentNullException - value is null.
    • Method Detail

      • getValue

        public long getValue()

        Gets or sets the value.

        Value: The value.
      • setValue

        public void setValue(long value)

        Gets or sets the value.

        Value: The value.