BarcodeType
Inheritance: java.lang.Object
public final class BarcodeType
Specify Barcode type properties.
Methods
Method | Description |
---|---|
getTypeIndex() | Get Index of object in collection of supported Barcode types. |
getTypeName() | Name of Barcode Type. |
equals(BarcodeType other) | Determines whether the specified BarcodeType 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. |
getTypeIndex()
public final int getTypeIndex()
Get Index of object in collection of supported Barcode types.
Returns: int
getTypeName()
public final String getTypeName()
Name of Barcode Type.
Returns: java.lang.String
equals(BarcodeType other)
public final boolean equals(BarcodeType other)
Determines whether the specified BarcodeType is equal to the current object.
Parameters:
Parameter | Type | Description |
---|---|---|
other | BarcodeType | Object for comparison. |
Returns: boolean - Result of comparison.
equals(Object obj)
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.
hashCode()
public int hashCode()
Overridden method serves as a hash function for a particular type.
Returns: int - Hash code.
toString()
public String toString()
Overridden method serves as conversion to string type.
Returns: java.lang.String - Returns a string that represents the current object.