Uses of Class
sk.stuba.fiit.foo07.genex.beans.ExportAnswer

Packages that use ExportAnswer
sk.stuba.fiit.foo07.genex.beans This package contains beans (simple data entities) representing data from database Every class has private data with getters/setters 
sk.stuba.fiit.foo07.genex.export Export package contains classes used for exporting database into other formats (Latex, Moodle XML, possibly others in future) 
 

Uses of ExportAnswer in sk.stuba.fiit.foo07.genex.beans
 

Fields in sk.stuba.fiit.foo07.genex.beans with type parameters of type ExportAnswer
 java.util.ArrayList<ExportAnswer> ExportQuestion.answerList
           
 

Methods in sk.stuba.fiit.foo07.genex.beans that return types with arguments of type ExportAnswer
 java.util.ArrayList<ExportAnswer> ExportQuestion.getANSWERLIST()
           
 

Method parameters in sk.stuba.fiit.foo07.genex.beans with type arguments of type ExportAnswer
 void ExportQuestion.setANSWERLIST(java.util.ArrayList<ExportAnswer> ansList)
           
 

Constructor parameters in sk.stuba.fiit.foo07.genex.beans with type arguments of type ExportAnswer
ExportQuestion(java.lang.Integer QuestionID, java.lang.String text, java.lang.String points, java.lang.String pointsFloat, java.util.ArrayList<ExportAnswer> answers, java.util.ArrayList<ExportPicture> pictureList)
           
 

Uses of ExportAnswer in sk.stuba.fiit.foo07.genex.export
 

Fields in sk.stuba.fiit.foo07.genex.export with type parameters of type ExportAnswer
 java.util.ArrayList<ExportAnswer> ExportLatex.exAnsList
           
 



Copyright © 2008 Faculty of Informatics and Information Technologies, STU Bratislava. All Rights Reserved.