110 lines
2.2 KiB
Groff
110 lines
2.2 KiB
Groff
.TH "CampusAppWPortalLib8.Model" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWPortalLib8.Model \-
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.SS "Namespaces"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "package \fBDepartments\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "package \fBExams\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "package \fBLecture\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "package \fBLink\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "package \fBMensa\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "package \fBOpeninghours\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "package \fBPerson\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "package \fBRSS\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "package \fBSettings\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "package \fBStudentCouncil\fP"
|
|
.br
|
|
.ti -1c
|
|
.RI "package \fBUtility\fP"
|
|
.br
|
|
.in -1c
|
|
.SS "Classes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "class \fBAbstractMainModel< T >\fP"
|
|
.br
|
|
.RI "\fIabstract Base model io handling class\&. \fP"
|
|
.ti -1c
|
|
.RI "interface \fBIXmlModel\fP"
|
|
.br
|
|
.RI "\fIXml model io handler class\&. \fP"
|
|
.in -1c
|
|
.SS "Enumerations"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "enum \fBForceType\fP { \fBForceType\&.INVALID\fP = 0, \fBForceType\&.FORCE_FILE\fP = 1, \fBForceType\&.FORCE_WEB\fP = 2 }"
|
|
.br
|
|
.RI "\fIValues that represent ForceType for load function\&. \fP"
|
|
.ti -1c
|
|
.RI "enum \fBModelType\fP { \fBModelType\&.INVALID\fP = 0, \fBModelType\&.File\fP = 1, \fBModelType\&.Feed\fP = 2, \fBModelType\&.FileAndFeed\fP = 3 }"
|
|
.br
|
|
.RI "\fISpecifies the I/O type of the model\&. \fP"
|
|
.in -1c
|
|
.SH "Enumeration Type Documentation"
|
|
.PP
|
|
.SS "enum \fBCampusAppWPortalLib8\&.Model\&.ForceType\fP"
|
|
|
|
.PP
|
|
Values that represent ForceType for load function\&. fiedlchr, 15\&.10\&.2013\&.
|
|
.PP
|
|
\fBEnumerator\fP
|
|
.in +1c
|
|
.TP
|
|
\fB\fIINVALID \fP\fP
|
|
An enumeration constant representing the invalid/default/unset option\&.
|
|
.TP
|
|
\fB\fIFORCE_FILE \fP\fP
|
|
An enumeration constant representing the force file option\&.
|
|
.TP
|
|
\fB\fIFORCE_WEB \fP\fP
|
|
An enumeration constant representing the force web option\&.
|
|
.SS "enum \fBCampusAppWPortalLib8\&.Model\&.ModelType\fP"
|
|
|
|
.PP
|
|
Specifies the I/O type of the model\&. fiedlchr, 15\&.10\&.2013\&.
|
|
.PP
|
|
\fBEnumerator\fP
|
|
.in +1c
|
|
.TP
|
|
\fB\fIINVALID \fP\fP
|
|
Invalid/unset state\&.
|
|
.TP
|
|
\fB\fIFile \fP\fP
|
|
File only (01)\&.
|
|
.TP
|
|
\fB\fIFeed \fP\fP
|
|
Feed only (10)\&.
|
|
.TP
|
|
\fB\fIFileAndFeed \fP\fP
|
|
File and feed (11)\&.
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppW8 from the source code\&.
|