Class BaseConditionProps

    • Constructor Detail

      • BaseConditionProps

        public BaseConditionProps()
    • Method Detail

      • getLabelNo

        @Nullable
        public String getLabelNo()
        Returns:
        The label that is shown on the no branch. Defaults to the localized version of the word no.
      • getLabelYes

        @Nullable
        public String getLabelYes()
        Returns:
        The label that is shown on the yes branch. Defaults to the localized version of the word yes.
      • setDescription

        public final void setDescription​(String description)
        Parameters:
        description - An arbitrary description for this action, given by the user.
      • setLabelNo

        public void setLabelNo​(String labelNo)
        Parameters:
        labelNo - The label that is shown on the no branch. Defaults to the localized version of the word no.
      • setLabelYes

        public void setLabelYes​(String labelYes)
        Parameters:
        labelYes - The label that is shown on the yes branch. Defaults to the localized version of the word yes.