Uses of Class
edu.suffolk.litlab.efsp.utils.InterviewVariable
Packages that use InterviewVariable
-
Uses of InterviewVariable in edu.suffolk.litlab.efsp.utils
Fields in edu.suffolk.litlab.efsp.utils with type parameters of type InterviewVariableModifier and TypeFieldDescriptionprotected List<InterviewVariable> InfoCollector.optionalVarsprotected List<InterviewVariable> InfoCollector.requiredVarsprotected List<InterviewVariable> InfoCollector.wrongVarsMethods in edu.suffolk.litlab.efsp.utils that return InterviewVariableModifier and TypeMethodDescriptionInterviewVariable.appendDesc(String newDescription) InfoCollector.requestVar(String localName, String description, String datatype) InfoCollector.requestVar(String localName, String desc, String datatype, List<String> choices, Optional<String> currentVal) Creates an InterviewVariable with the correct stack information in the variable name.Methods in edu.suffolk.litlab.efsp.utils that return types with arguments of type InterviewVariableModifier and TypeMethodDescriptionFilingError.getMissingVariable()InfoCollector.getOptional()InfoCollector.getRequired()InfoCollector.getWrong()Methods in edu.suffolk.litlab.efsp.utils with parameters of type InterviewVariableModifier and TypeMethodDescriptionvoidInfoCollector.addOptional(InterviewVariable var) voidInfoCollector.addRequired(InterviewVariable var) voidInfoCollector.addWrong(InterviewVariable var) static FilingErrorFilingError.missingRequired(InterviewVariable missingVariable) static FilingErrorFilingError.wrongValue(InterviewVariable rightVariableInfo)