Interface IStringOrQuestion
- All Known Implementing Classes:
DefaultQuestion,FilterQuestion,LoadingQuestion,OperatorQuestion,Question,QuestionReference,QuestionString
public interface IStringOrQuestion
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisComplete(boolean takeUnansweredIntoAccount) Returns if this question is complete.toString()default StringtoStringInAnswer(boolean withQuotes)
-
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() -
toStringInAnswer
String toStringInAnswer() -
toStringInAnswer
-