Interface InputNode
- All Superinterfaces:
NodeDefinition
Custom step input node.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Returns the node's label of the custom step.booleanReturns true if the input label is displayed.booleanReturns 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
-