Class ErrorQuestion
java.lang.Object
com.sun.interview.Question
com.sun.interview.NullQuestion
com.sun.interview.ErrorQuestion
A "null" question with no response. In effect, this
posts the text, which must simply be acknowledged.
ErrorQuestions have no successor.
-
Field Summary
Fields inherited from class NullQuestion
LEVEL_1, LEVEL_2, LEVEL_3, LEVEL_LEGACY, LEVEL_NONE -
Constructor Summary
ConstructorsConstructorDescriptionErrorQuestion(Interview interview, String tag) Create a question with a nominated tag. -
Method Summary
Methods inherited from class NullQuestion
clear, getLevel, getStringValue, load, save, setLevel, setValueMethods inherited from class Question
addMarker, equals, export, getChecklistItems, getHelpID, getImage, getInterview, getKey, getResourceString, getResourceString, getSummary, getTag, getText, getTextArgs, hashCode, hasMarker, isEnabled, isHidden, reload, removeMarker, setHelpID, setImage, setImage, setSummary, setText
-
Constructor Details
-
ErrorQuestion
-
-
Method Details
-
getNext
-
isValueValid
public boolean isValueValid()Description copied from class:NullQuestionA NullQuestion does not have a value, and so this method always returns true.- Overrides:
isValueValidin classNullQuestion- Returns:
- true
-
isValueAlwaysValid
public boolean isValueAlwaysValid()Description copied from class:NullQuestionA NullQuestion does not have a value, and so this method always returns true.- Overrides:
isValueAlwaysValidin classNullQuestion- Returns:
- true
-
getTextMimeType
-