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:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]