IComplexCodetext

public interface IComplexCodetext

Interface for complex codetext used with ComplexBarcodeGenerator.

Methods

MethodDescription
getBarcodeType()
getConstructedCodetext()
initFromString(String constructedCodetext)

getBarcodeType()

public abstract BaseEncodeType getBarcodeType()

Returns: BaseEncodeType

getConstructedCodetext()

public abstract String getConstructedCodetext()

Returns: java.lang.String

initFromString(String constructedCodetext)

public abstract void initFromString(String constructedCodetext)

Parameters:

ParameterTypeDescription
constructedCodetextjava.lang.String