Interface InputLabelStepProperty

All Superinterfaces:
StepProperty<String>

public interface InputLabelStepProperty extends StepProperty<String>
Step property that sets an input label for an input node. Used by InputLabelStepPropertyBuilder
Since:
2.0.0
  • 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 interface StepProperty<String>
      Returns:
      Flag for requiring a value to be assigned