com.groupdocs.signature.domain.qrcodes

Class QrCodeType



  • public final class QrCodeType
    extends Object

    Specify QRCode type properties.

    • Method Detail

      • equals

        public boolean equals(Object obj)

        Overridden method determines whether the specified System.Object is equal to the current System.Object.

        Overrides:
        equals in class Object
        Parameters:
        obj - Object for comparison.
        Returns:
        Result of comparison.
      • equals

        public final boolean equals(QrCodeType other)

        Determines whether the specified QRCode is equal to the current object.

        Parameters:
        other - Object for comparison.
        Returns:
        Result of comparison.
      • getTypeIndex

        public final int getTypeIndex()

        Gets index of object in collection of supported QRCode types.

      • getTypeName

        public final String getTypeName()

        Gets name of QRCode Type.

      • hashCode

        public int hashCode()

        Overridden method serves as a hash function for a particular type.

        Overrides:
        hashCode in class Object
        Returns:
        Hash code.
      • toString

        public String toString()

        Overridden method serves as conversion to string type.

        Overrides:
        toString in class Object
        Returns:
        Returns a string that represents the current object.