Interface IStringOrQuestion

All Known Implementing Classes:
DefaultQuestion, FilterQuestion, LoadingQuestion, OperatorQuestion, Question, QuestionReference, QuestionString

public interface IStringOrQuestion
  • Method Details

    • isComplete

      boolean isComplete(boolean takeUnansweredIntoAccount)
      Returns if this question is complete.
      Parameters:
      takeUnansweredIntoAccount - true: Incomplete if at least one unanswered question is contained. false: Ignores unanswered parts.
      Returns:
      true if question is complete
    • toString

      String toString()
      Overrides:
      toString in class Object
    • toStringInAnswer

      String toStringInAnswer()
    • toStringInAnswer

      default String toStringInAnswer(boolean withQuotes)