Interface IDataFieldGuidDataProp

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

public interface IDataFieldGuidDataProp extends IDataProp
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the GUID of the data field that contains the payload data.
    void
    setDataFieldGuid(String p_strDataFieldGuid)
    Set the GUID of the data field that contains the payload data.
  • Method Details

    • getDataFieldGuid

      String getDataFieldGuid()
      Get the GUID of the data field that contains the payload data.
      Returns:
      The GUID of the data field, or null.
    • setDataFieldGuid

      void setDataFieldGuid(String p_strDataFieldGuid)
      Set the GUID of the data field that contains the payload data.
      Parameters:
      p_strDataFieldGuid - The GUID of the data field.