|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.interview.Question
com.sun.interview.NullQuestion
com.sun.interview.FinalQuestion
public class FinalQuestion
A special type of question used to indicate the last of the questions of an interview.
| Field Summary |
|---|
| Fields inherited from class com.sun.interview.NullQuestion |
|---|
LEVEL_1, LEVEL_2, LEVEL_3, LEVEL_LEGACY, LEVEL_NONE |
| Fields inherited from class com.sun.interview.Question |
|---|
interview, key, tag |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
protected Question |
getNext()
Get the next question in the series. |
| Methods inherited from class com.sun.interview.NullQuestion |
|---|
clear, getLevel, getStringValue, isValueAlwaysValid, isValueValid, load, save, setLevel, setValue |
| Methods inherited from class com.sun.interview.Question |
|---|
addMarker, equals, export, getChecklistItems, getHelpID, getImage, getInterview, getKey, getResourceString, getResourceString, getSummary, getTag, getText, getTextArgs, hashCode, hasMarker, isEnabled, isHidden, reload, removeMarker, setImage, setImage, setSummary, setText |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
protected final Question getNext()
getNext in class Question
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||