public class FinalQuestion extends NullQuestion
LEVEL_1, LEVEL_2, LEVEL_3, LEVEL_LEGACY, LEVEL_NONE
Constructor and Description |
---|
FinalQuestion(Interview interview)
Create an anonymous question that can be used to mark the end
of a series of questions.
|
FinalQuestion(Interview interview,
java.lang.String tag)
Create a question that can be used to mark the end
of a series of questions.
|
Modifier and Type | Method and Description |
---|---|
protected Question |
getNext()
Get the next question in the series.
|
clear, getLevel, getStringValue, isValueAlwaysValid, isValueValid, load, save, setLevel, setValue
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
public FinalQuestion(Interview interview)
interview
- The interview containing this question.public FinalQuestion(Interview interview, java.lang.String tag)
interview
- The interview containing this question.tag
- A unique tag to identify this specific question.Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.