@Metadata(firstVersion="2.14.0",
label="dataformat,transformation",
title="Barcode")
public class BarcodeDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
BarcodeDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBarcodeFormat() |
String |
getHeight() |
String |
getImageType() |
String |
getWidth() |
void |
setBarcodeFormat(String barcodeFormat)
Barcode format such as QR-Code
|
void |
setHeight(String height)
Height of the barcode
|
void |
setImageType(String imageType)
Image type of the barcode such as png
|
void |
setWidth(String width)
Width of the barcode
|
getContentTypeHeader, getDataFormat, getDataFormatName, getShortName, setContentTypeHeader, setDataFormat, setDataFormatNamegetId, setIdpublic BarcodeDataFormat()
public String getImageType()
public void setImageType(String imageType)
public String getBarcodeFormat()
public void setBarcodeFormat(String barcodeFormat)
Apache Camel