boolean[] |
ChoiceArrayQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
java.lang.String |
ChoiceQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
java.io.File[] |
FileListQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
java.io.File |
FileQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
float |
FloatQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
java.net.InetAddress |
InetAddressQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
int |
IntQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
int |
ListQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
java.util.Properties |
PropertiesQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
java.lang.String[] |
StringListQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
java.lang.String |
StringQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
java.lang.String[] |
TreeQuestion.getValueOnPath() |
Verify this question is on the current path, and if it is,
return the current value.
|
void |
Interview.verifyPathContains(Question q) |
Verify that the current path contains a specified question,
and throw an exception if it does not.
|