Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overridden method determines whether the specified System.Object is equal to the current System.Object.
|
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 boolean equals(Object obj)
Overridden method determines whether the specified System.Object is equal to the current System.Object.
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.
Copyright © 2019. All rights reserved.