com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpBoolean

  • All Implemented Interfaces:
    IXmpType


    public final class XmpBoolean
    extends XmpValueBase

    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 - bool value.
      • 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:
        ArgumentNullException - Value could not be null.
        ArgumentException - Invalid string value.
    • Method Detail

      • getValue

        public final boolean getValue()

        Gets the value.

        Returns:
        Boolean value.