Package io.anyline.plugin.barcode
Enum BarcodeFormat
-
- All Implemented Interfaces:
public enum BarcodeFormat
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ONE_D_INVERSEAZTECAZTEC_INVERSEBOOKLANDCODABARCODE_11CODE_32CODE_39CODE_93CODE_128DATABARCOUPONDATA_MATRIXDISCRETE_2_5DOT_CODEEAN_8EAN_13GS1_QR_CODEGS1_128ITFISSN_EANISBT_128KIXMATRIX_2_5MAXICODEMSIMICRO_QRMICRO_PDFPDF_417POST_UKQR_CODEQR_INVERSERSS_14RSS_EXPANDEDTRIOPTICUPC_AUPC_EUPU_FICSUSPS_4CBUS_PLANETUS_POSTNETUNKNOWN
-
Method Summary
Modifier and Type Method Description static inttoBarcodeFormatInt(BarcodeFormat barcodeFormat)StringtoString()static Array<BarcodeFormat>values()Returns an array containing the constants of this enum type, in the order they're declared. static BarcodeFormatvalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
toBarcodeFormatInt
static int toBarcodeFormatInt(BarcodeFormat barcodeFormat)
-
values
static Array<BarcodeFormat> 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 BarcodeFormat 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
-
-
-
-