QrCodeType
Leave feedback
On this page
Inheritance: java.lang.Object
public final class QrCodeType
Specify QRCode type properties.
| Method | Description |
|---|---|
| getTypeIndex() | Gets index of object in collection of supported QRCode types. |
| getTypeName() | Gets name of QRCode Type. |
| equals(QrCodeType other) | Determines whether the specified QRCode is equal to the current object. |
| equals(Object obj) | Overridden method determines whether the specified System.Object is equal to the current System.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()
Gets index of object in collection of supported QRCode types.
Returns: int
public final String getTypeName()
Gets name of QRCode Type.
Returns: java.lang.String
public final boolean equals(QrCodeType other)
Determines whether the specified QRCode is equal to the current object.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| other | QrCodeType | Object for comparison. |
Returns: boolean - Result of comparison.
public boolean equals(Object obj)
Overridden method determines whether the specified System.Object is equal to the current System.Object.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object | 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 code.
public String toString()
Overridden method serves as conversion to string type.
Returns: java.lang.String - Returns a string that represents the current object.
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.