-
public abstract class AnswerConfigurationDump
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAnswerConfigurationDump.Companion
-
Field Summary
Fields Modifier and Type Field Description private final AnswerConfigurationTypeanswerType
-
Constructor Summary
Constructors Constructor Description AnswerConfigurationDump(AnswerConfigurationType answerType)
-
Method Summary
Modifier and Type Method Description abstract AnswerConfigurationtoAnswer(AnswerConfigurationType currentType, StoryDefinitionConfigurationDumpController controller)final AnswerConfigurationTypegetAnswerType()-
-
Constructor Detail
-
AnswerConfigurationDump
AnswerConfigurationDump(AnswerConfigurationType answerType)
-
-
Method Detail
-
toAnswer
abstract AnswerConfiguration toAnswer(AnswerConfigurationType currentType, StoryDefinitionConfigurationDumpController controller)
-
getAnswerType
final AnswerConfigurationType getAnswerType()
-
-
-
-