StampType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class StampType
Specify stamp type properties.
| 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. |
public final int getTypeIndex()
Get Index of object in collection of supported stamp types.
Returns: int
public final String getTypeName()
Name of stamp type.
Returns: java.lang.String
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.
public int hashCode()
Overridden method serves as a hash function for a particular type.
Returns: int - Hash.
public String toString()
Overridden method serves as conversion to string type.
Returns: java.lang.String - String.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.