Uses of Class
edu.suffolk.litlab.efspserver.services.InterviewVariable
Packages that use InterviewVariable
-
Uses of InterviewVariable in edu.suffolk.litlab.efspserver.services
Fields in edu.suffolk.litlab.efspserver.services with type parameters of type InterviewVariableModifier and TypeFieldDescriptionprotected List
<InterviewVariable> InfoCollector.optionalVars
protected List
<InterviewVariable> InfoCollector.requiredVars
protected List
<InterviewVariable> InfoCollector.wrongVars
Methods in edu.suffolk.litlab.efspserver.services that return InterviewVariableModifier and TypeMethodDescriptionInterviewVariable.appendDesc
(String newDescription) InfoCollector.requestVar
(String localName, String description, String datatype) Creates an InterviewVariable with the correct stack information in the variable name.Methods in edu.suffolk.litlab.efspserver.services that return types with arguments of type InterviewVariableModifier and TypeMethodDescriptionFilingError.getMissingVariable()
InfoCollector.getOptional()
InfoCollector.getRequired()
InfoCollector.getWrong()
Methods in edu.suffolk.litlab.efspserver.services with parameters of type InterviewVariableModifier and TypeMethodDescriptionvoid
InfoCollector.addOptional
(InterviewVariable var) void
InfoCollector.addRequired
(InterviewVariable var) void
InfoCollector.addWrong
(InterviewVariable var) static FilingError
FilingError.missingRequired
(InterviewVariable missingVariable) static FilingError
FilingError.wrongValue
(InterviewVariable rightVariableInfo)