Package io.anyline2.legacy.products
Enum Product
-
- All Implemented Interfaces:
public enum Product
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BARCODE
METER
DIAL_METER
UNIVERSAL_ID
MRZ
GERMAN_ID_FRONT
VIN
TIN
COMMERCIAL_TIRE_ID
TIRE_SIZE
CONTAINER
CONTAINER_VERTICAL
LICENSE_PLATE
OCR
DOCUMENT
JAPANESE_LANDING_PERMISSION
VEHICLE_REGISTRATION_CERTIFICATE
-
Method Summary
Modifier and Type Method Description static Product
fromString(String product)
String
toString()
static Array<Product>
values()
Returns an array containing the constants of this enum type, in the order they're declared. static Product
valueOf(String name)
Returns the enum constant of this type with the specified name. String
getProduct()
-
-
Method Detail
-
fromString
static Product fromString(String product)
-
values
static Array<Product> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static Product valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
getProduct
String getProduct()
-
-
-
-