Class DecodeBarcode

    • Constructor Detail

      • DecodeBarcode

        public DecodeBarcode()
    • Method Detail

      • setDecoder

        public void setDecoder​(AbstractBarcodeDecoder value)
        Sets the decoder to use.
        Parameters:
        value - the decoder to use
      • getDecoder

        public AbstractBarcodeDecoder getDecoder()
        Returns the decoder in use.
        Returns:
        the decoder in use
      • decoderTipText

        public String decoderTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • accepts

        public Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        the Class of objects that can be processed
      • generates

        public Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        the Class of objects that it generates
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message