|
Stud.IP
3.2 Revision
|
Data Structures | |
| class | EvaluationExportManagerCSV |
Namespaces | |
| evaluation | |
Variables | |
| const | INSTANCEOF_EVALEXPORTMANAGERCSV "EvaluationExportManagerCSV" |
| const | EVALEXPORT_SEPERATOR ";" |
| const | EVALEXPORT_DELIMITER "\"" |
| const | EVALEXPORT_NODELIMITER "'" |
| const | EVALEXPORT_ENDROW EVALEXPORT_DELIMITER.EVALEXPORT_DELIMITER."\n" |
| const | EVALEXPORT_EXTENSION "csv" |
| const EVALEXPORT_DELIMITER "\"" |
EVALEXPORT_DELIMITER The delimiter for values public
| const EVALEXPORT_ENDROW EVALEXPORT_DELIMITER.EVALEXPORT_DELIMITER."\n" |
EVALEXPORT_ENDROW The characters to end a row public
| const EVALEXPORT_EXTENSION "csv" |
EVALEXPORT_EXTENSION The extension for the filenames public
| const EVALEXPORT_NODELIMITER "'" |
EVALEXPORT_NODELIMITER Character to substitute the delimiter in a text public
| const EVALEXPORT_SEPERATOR ";" |
EVALEXPORT_SEPERATOR The seperator for values public
| const INSTANCEOF_EVALEXPORTMANAGERCSV "EvaluationExportManagerCSV" |
INSTANCEOF_EVALEXPORTMANAGER Is instance of an export manager public