StampType

Inheritance: java.lang.Object

public final class StampType

Specify stamp type properties.

Methods

Method Description
getTypeIndex() Get Index of object in collection of supported stamp types.
getTypeName() Name of stamp type.
equals(StampType other) Determines whether the specified stamp type is equal to the current object.
hashCode() Overridden method serves as a hash function for a particular type.
toString() Overridden method serves as conversion to string type.

getTypeIndex()

public final int getTypeIndex()

Get Index of object in collection of supported stamp types.

Returns: int

getTypeName()

public final String getTypeName()

Name of stamp type.

Returns: java.lang.String

equals(StampType other)

public final boolean equals(StampType other)

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

Parameters:

Parameter Type Description
other StampType Object for comparison.

Returns: boolean - Result of comparison.

hashCode()

public int hashCode()

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

Returns: int - Hash.

toString()

public String toString()

Overridden method serves as conversion to string type.

Returns: java.lang.String - String.