Interface IDcmWidgetFlowParameter

All Known Implementing Classes:
DcmWidgetFlowParameter

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

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

    • getTargetAttribute Link icon

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

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