com.groupdocs.signature.domain.stamps

Class StampType



  • public final class StampType
    extends Object

    Specify stamp type properties.

    • Method Detail

      • equals

        public final boolean equals(StampType other)

        Determines whether the specified stamp type is equal to the current object.

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

        public final int getTypeIndex()

        Get Index of object in collection of supported stamp types.

      • getTypeName

        public final String getTypeName()

        Name of stamp type.

      • hashCode

        public int hashCode()

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

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

        public String toString()

        Overridden method serves as conversion to string type.

        Overrides:
        toString in class Object
        Returns:
        String.