com.groupdocs.signature.domain.barcodes

Class BarcodeType



  • public final class BarcodeType
    extends Object

    Specify Barcode type properties.

    • Method Detail

      • equals

        public final boolean equals(BarcodeType other)

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

        Parameters:
        other - Object for comparison.
        Returns:
        Result of comparison.
      • 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.
      • getTypeIndex

        public final int getTypeIndex()

        Get Index of object in collection of supported Barcode types.

      • getTypeName

        public final String getTypeName()

        Name of Barcode 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.