com.sun.interview
public abstract class CompositeQuestion extends Question
Modifier | Constructor and Description |
---|---|
protected |
CompositeQuestion(Interview interview)
Create a question with no identifying tag.
|
protected |
CompositeQuestion(Interview interview,
java.lang.String baseTag)
Create a question with a nominated tag.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
setValue(java.lang.String id,
java.lang.String s)
Set the response to this question to the value represented by
a string-valued argument.
|
addMarker, clear, equals, export, getChecklistItems, getHelpID, getImage, getInterview, getKey, getNext, getResourceString, getResourceString, getStringValue, getSummary, getTag, getText, getTextArgs, hashCode, hasMarker, isEnabled, isHidden, isValueAlwaysValid, isValueValid, load, reload, removeMarker, save, setImage, setImage, setSummary, setText, setValue
protected CompositeQuestion(Interview interview, java.lang.String baseTag)
interview
- The interview containing this question.baseTag
- A name to uniquely identify this question within its interview.protected CompositeQuestion(Interview interview)
interview
- The interview containing this question.public abstract void setValue(java.lang.String id, java.lang.String s) throws Interview.Fault
s
- A string containing a value value appropriate for the
particular type of question whose value is being set.Interview.Fault
- (retained for compatibility; should not be thrown)Question.getStringValue()
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.