Interface IComplexCodetext
-
- All Known Implementing Classes:
Mailmark2DCodetext
,MailmarkCodetext
,SwissQRCodetext
public interface IComplexCodetext
Interface for complex codetext used with ComplexBarcodeGenerator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseEncodeType
getBarcodeType()
java.lang.String
getConstructedCodetext()
void
initFromString(java.lang.String constructedCodetext)
-
-
-
Method Detail
-
getConstructedCodetext
java.lang.String getConstructedCodetext()
-
initFromString
void initFromString(java.lang.String constructedCodetext)
-
getBarcodeType
BaseEncodeType getBarcodeType()
-
-