Interface ITextDataProp
-
- All Superinterfaces:
IDataProp
- All Known Implementing Classes:
AbstractJMSMessageProducerWorkflowAction.DataCfg,MQTTMessageProducerWorkflowAction.DataCfg,UDPSendDatagramWorkflowAction.DataCfg
public interface ITextDataProp extends IDataProp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetText()Get the static payload character data.voidsetText(String p_strText)Set static payload character data.
-