|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--QuestionsData
Used to save and load question data.
Field Summary | |
java.lang.String[] |
Data
Question data to be stored. |
int |
NumSelected
Number of questions. |
Constructor Summary | |
QuestionsData()
Empty default constructor. |
|
QuestionsData(int N,
java.lang.String[] D)
Used to load and save question data. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.lang.String[] Data
public int NumSelected
Constructor Detail |
public QuestionsData()
public QuestionsData(int N, java.lang.String[] D)
N
- Number of questions.D
- Question information.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |