Barcode.BarcodeValueType
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
Barcode.BarcodeValueType is an annotation that implements java.lang.annotation.Annotation.
It provides constants for various supported barcode content value types, including unknown, contact info, email, ISBN, phone, product, SMS, text, URL, WiFi, geo, calendar event, and driver license.
Barcode.BarcodeValueType inherits standard annotation methods like annotationType(), equals(), hashCode(), and toString().
public static abstract @interface Barcode.BarcodeValueType implements Annotation
Barcode value type constants - enumeration of supported barcode content value types:
[null,null,["Last updated 2024-10-31 UTC."],[],["`Barcode.BarcodeValueType` defines constants for barcode content types. These include `TYPE_UNKNOWN`, `TYPE_CONTACT_INFO`, `TYPE_EMAIL`, `TYPE_ISBN`, `TYPE_PHONE`, `TYPE_PRODUCT`, `TYPE_SMS`, `TYPE_TEXT`, `TYPE_URL`, `TYPE_WIFI`, `TYPE_GEO`, `TYPE_CALENDAR_EVENT`, and `TYPE_DRIVER_LICENSE`. It is an abstract annotation interface. It implements the `Annotation` interface and inherits methods like `annotationType()`, `equals()`, `hashCode()`, and `toString()`.\n"]]