IComplexCodetext
public interface IComplexCodetext
Interface for complex codetext used with ComplexBarcodeGenerator.
Methods
| Method | Description |
|---|---|
| getBarcodeType() | Gets barcode type. |
| getConstructedCodetext() | Construct codetext for complex barcode |
| initFromString(String constructedCodetext) | Initializes instance with constructed codetext. |
getBarcodeType()
public abstract BaseEncodeType getBarcodeType()
Gets barcode type.
Returns: BaseEncodeType - Barcode type.
getConstructedCodetext()
public abstract String getConstructedCodetext()
Construct codetext for complex barcode
Returns: java.lang.String - Constructed codetext
initFromString(String constructedCodetext)
public abstract void initFromString(String constructedCodetext)
Initializes instance with constructed codetext.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| constructedCodetext | java.lang.String | Constructed codetext. |