Interface | Description |
---|---|
IInstanceProcessor |
An interface for classes which are capable of parsing and performing actions
on Data Model objects.
|
IInstanceSerializingVisitor |
An IInstanceSerializingVisitor serializes a DataModel
|
IInstanceVisitor |
An IInstanceVisitor visits every element in a DataModel
following the visitor design pattern.
|
IPreloadHandler |
An IPreloadHandler is capable of taking in a set of parameters
for a question's preloaded value, and returning an IAnswerData
object that should be preloaded for a question.
|
Class | Description |
---|---|
DateUtils |
Static utility methods for Dates in j2me
|
DateUtils.DateFields | |
PreloadUtils | |
QuestionPreloader |
The Question Preloader is responsible for maintaining a set of handlers which are capable
of parsing 'preload' elements, and their parameters, and returning IAnswerData objects.
|