@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() |
Integer |
getHeight() |
String |
getImageType() |
Integer |
getWidth() |
void |
setBarcodeFormat(String barcodeFormat)
Barcode format such as QR-Code
|
void |
setHeight(Integer height)
Height of the barcode
|
void |
setImageType(String imageType)
Image type of the barcode such as png
|
void |
setWidth(Integer width)
Width of the barcode
|
getContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic BarcodeDataFormat()
public String getImageType()
public void setImageType(String imageType)
public String getBarcodeFormat()
public void setBarcodeFormat(String barcodeFormat)
Apache Camel