Interface IDcmWidgetFlowParameter

All Known Implementing Classes:
DcmWidgetFlowParameter

public interface IDcmWidgetFlowParameter
Parameter for a DCM widget flow
Since:
15.11
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the 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 name of the parameter.
      Returns:
      The parameter name.