IComplexCodetext
public interface IComplexCodetext
Interface for complex codetext used with ComplexBarcodeGenerator.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
constructedCodetext | java.lang.String |