Packages

 

com.aspose.imaging.xmp.types.basic

Class XmpBoolean

  • All Implemented Interfaces:
    IXmpType


    public final class XmpBoolean
    extends XmpTypeBase

    Represents XMP Boolean basic type.

    • Constructor Detail

      • XmpBoolean

        public XmpBoolean(boolean value)

        Initializes a new instance of the XmpBoolean class based on boolean value.

        Parameters:
        value - The Boolean value. Allowed values are True or False.
      • XmpBoolean

        public XmpBoolean()

        Initializes a new instance of the XmpBoolean class with default value.

      • XmpBoolean

        public XmpBoolean(String value)

        Initializes a new instance of the XmpBoolean class.

        Parameters:
        value - The value.
        Throws:
        com.aspose.ms.System.ArgumentNullException - value
    • Method Detail

      • getValue

        public boolean getValue()

        Gets or sets a value indicating whether this XmpBoolean is value.

        Value: true if value; otherwise, false.
      • setValue

        public void setValue(boolean value)

        Gets or sets a value indicating whether this XmpBoolean is value.

        Value: true if value; otherwise, false.