IComplexCodetext

public interface IComplexCodetext

Interface for complex codetext used with ComplexBarcodeGenerator.

Methods

MethodDescription
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:

ParameterTypeDescription
constructedCodetextjava.lang.StringConstructed codetext.