Interface IDcmWidgetFlowParameterDS

All Known Implementing Classes:
ReportingDcmWidgetFlowParameterDS, XmlDcmWidgetFlowParameterDS, XmlDcmWidgetFlowParameterDS

public interface IDcmWidgetFlowParameterDS
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the parameter name of the parameter.
    This method returns the target attribute of the parameter.
  • Method Details

    • getTargetAttribute

      String getTargetAttribute()
      This method returns the target attribute of the parameter.
      Returns:
      The target attribute.
    • getParameterName

      String getParameterName()
      This method returns the parameter name of the parameter.
      Returns:
      The parameter name.