Interface ITextDataProp

All Superinterfaces:
IDataProp
All Known Implementing Classes:
AbstractJMSMessageProducerWorkflowAction.DataCfg, MQTTMessageProducerWorkflowAction.DataCfg, UDPSendDatagramWorkflowAction.DataCfg

public interface ITextDataProp extends IDataProp
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the static payload character data.
    void
    setText(String p_strText)
    Set static payload character data.
  • Method Details

    • getText

      String getText()
      Get the static payload character data.
      Returns:
      The static payload data, or null.
    • setText

      void setText(String p_strText)
      Set static payload character data.
      Parameters:
      p_strText - The static payload data.