Interface InputLabelStepProperty
- All Superinterfaces:
StepProperty<String>
Step property that sets an input label for an input node.
Used by
InputLabelStepPropertyBuilder
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ID the input node from which values will be used for the input label.boolean
Returns flag for whether this step property must have a value assigned.Methods inherited from interface com.experian.datastudio.sdk.api.step.configuration.StepProperty
createConfig, getDefaultValue, getDefaultValue, getId, getValue, hasDefaultValue, isDisabled, onValueChanged, shouldRebuildIndex, validateState
-
Method Details
-
getInputId
String getInputId()Returns the ID the input node from which values will be used for the input label.- Returns:
- ID of input node
-
isRequired
boolean isRequired()Returns flag for whether this step property must have a value assigned.- Specified by:
isRequired
in interfaceStepProperty<String>
- Returns:
- Flag for requiring a value to be assigned
-