All Superinterfaces:
NodeDefinition

public interface InputNode extends NodeDefinition
Custom step input node.
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the node's label of the custom step.
    boolean
    Returns true if the input label is displayed.
    boolean
    Returns true if the input node is mandatory.

    Methods inherited from interface com.experian.datastudio.sdk.api.step.configuration.NodeDefinition

    getId, getType, isInputNode
  • Method Details

    • isRequired

      boolean isRequired()
      Returns true if the input node is mandatory.
      Returns:
      true if the input node is mandatory, false otherwise
    • isLabelDisplayed

      boolean isLabelDisplayed()
      Returns true if the input label is displayed.
      Returns:
      true if the input label is displayed, false otherwise
    • getLabel

      String getLabel()
      Returns the node's label of the custom step.
      Returns:
      the label of the node
      Since:
      2.3.0