cmu.survey.objects
Interface AnswerWithSupplementalInfo

All Superinterfaces:
Answer, HasErrorInfo
All Known Implementing Classes:
AnswerSQL

public interface AnswerWithSupplementalInfo
extends Answer, HasErrorInfo


Method Summary
 HasErrorInfo getSupplementalErrorInfo()
           
 
Methods inherited from interface cmu.survey.objects.Answer
getDefaultValue, getDescriptor, getFieldName, getType, getValue, isTypeKey, isTypeNumeric, isTypeString, setDefaultValue, setType
 
Methods inherited from interface cmu.survey.jsp.tags.HasErrorInfo
getErrorInfo
 

Method Detail

getSupplementalErrorInfo

HasErrorInfo getSupplementalErrorInfo()