public class ErrorQuestion extends NullQuestion
LEVEL_1, LEVEL_2, LEVEL_3, LEVEL_LEGACY, LEVEL_NONE| Constructor and Description |
|---|
ErrorQuestion(Interview interview,
java.lang.String tag)
Create a question with a nominated tag.
|
| Modifier and Type | Method and Description |
|---|---|
Question |
getNext()
Get the next question to be asked.
|
java.lang.String |
getTextMimeType() |
boolean |
isValueAlwaysValid()
A NullQuestion does not have a value, and so this method always
returns true.
|
boolean |
isValueValid()
A NullQuestion does not have a value, and so this method always
returns true.
|
clear, getLevel, getStringValue, load, save, setLevel, setValueaddMarker, equals, export, getChecklistItems, getHelpID, getImage, getInterview, getKey, getResourceString, getResourceString, getSummary, getTag, getText, getTextArgs, hashCode, hasMarker, isEnabled, isHidden, reload, removeMarker, setHelpID, setImage, setImage, setSummary, setTextpublic ErrorQuestion(Interview interview, java.lang.String tag)
interview - The interview containing this question.tag - A unique tag to identify this specific question.public final Question getNext()
Questionpublic boolean isValueValid()
NullQuestionisValueValid in class NullQuestionpublic boolean isValueAlwaysValid()
NullQuestionisValueAlwaysValid in class NullQuestionpublic java.lang.String getTextMimeType()
Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.