Class QuestionString
java.lang.Object
de.foellix.aql.datastructure.query.QuestionString
- All Implemented Interfaces:
IStringOrQuestion,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisComplete(boolean takeUnansweredIntoAccount) Returns if this question is complete.voidtoString()toStringInAnswer(boolean withQuotes)
-
Constructor Details
-
QuestionString
-
-
Method Details
-
getString
-
setString
-
toStringInAnswer
- Specified by:
toStringInAnswerin interfaceIStringOrQuestion
-
toStringInAnswer
- Specified by:
toStringInAnswerin interfaceIStringOrQuestion
-
toString
- Specified by:
toStringin interfaceIStringOrQuestion- Overrides:
toStringin classObject
-
isComplete
public boolean isComplete(boolean takeUnansweredIntoAccount) Description copied from interface:IStringOrQuestionReturns if this question is complete.- Specified by:
isCompletein interfaceIStringOrQuestion- Parameters:
takeUnansweredIntoAccount- true: Incomplete if at least one unanswered question is contained. false: Ignores unanswered parts.- Returns:
- true if question is complete
-