public final class StampType extends Object
Specify stamp type properties.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(StampType other)
Determines whether the specified stamp type is equal to the current object.
|
int |
getTypeIndex()
Get Index of object in collection of supported stamp types.
|
String |
getTypeName()
Name of stamp type.
|
int |
hashCode()
Overridden method serves as a hash function for a particular type.
|
String |
toString()
Overridden method serves as conversion to string type.
|
public final boolean equals(StampType other)
Determines whether the specified stamp type is equal to the current object.
other
- Object for comparison.public final int getTypeIndex()
Get Index of object in collection of supported stamp types.
public final String getTypeName()
Name of stamp type.
public int hashCode()
Overridden method serves as a hash function for a particular type.