|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuestionDataBitSet
Method Summary | |
---|---|
AuxillaryQuestionPartSet |
getAuxillaryParts()
Gets a AuxillaryQuestionPartSet which has a list of the auxillary question parts. |
StringDataBit |
getBackgroundColor()
|
IntegerDataBit |
getCacheRandomizeInnerOrder()
|
ChoicesDataBitSet |
getChoices()
|
StringDataBit |
getEndQuestion()
HTML text that shows at the end of the question. |
java.lang.String |
getErrorDescription(StringDataBit answersTable)
|
StringDataBit |
getHelpText()
HTML text that shows when you click a little "?". |
IntegerDataBit |
getPageIDInsideThis()
Only required when the type is PAGE. |
Page |
getPageInsideThis()
|
IntegerDataBit |
getRandomizeInnerOrder()
|
boolean |
getSavesToDatabase()
|
IntegerDataBit |
getSingleQuestionFlag()
This means one of two things. |
StringDataBit |
getStartQuestion()
HTML text that shows at the beginning of the question. |
StringDataBit |
getType()
|
VariableDataBitSet |
getVariable()
|
boolean |
hasError(StringDataBit answersTable)
|
boolean |
isNew()
|
Methods inherited from interface cmu.survey.editor.data.DataBitSet |
---|
hasBeenModified |
Method Detail |
---|
StringDataBit getStartQuestion()
StringDataBit getEndQuestion()
StringDataBit getHelpText()
StringDataBit getType()
boolean getSavesToDatabase()
VariableDataBitSet getVariable()
AuxillaryQuestionPartSet getAuxillaryParts()
StringDataBit getBackgroundColor()
IntegerDataBit getPageIDInsideThis()
Page getPageInsideThis()
IntegerDataBit getSingleQuestionFlag()
IntegerDataBit getRandomizeInnerOrder()
IntegerDataBit getCacheRandomizeInnerOrder()
ChoicesDataBitSet getChoices()
boolean isNew()
boolean hasError(StringDataBit answersTable)
java.lang.String getErrorDescription(StringDataBit answersTable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |