|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttendanceCode | |
|---|---|
| com.edustructures.sifworks.gradebook | Classes to model Grade Book Elements (SIF 2.0 Specification, GradeBook Working Group) |
| com.edustructures.sifworks.student | Classes to model Student Information Elements (SIF 2.0 Specification, Student Information Working Group) |
| Uses of AttendanceCode in com.edustructures.sifworks.gradebook |
|---|
| Methods in com.edustructures.sifworks.gradebook that return AttendanceCode | |
|---|---|
AttendanceCode |
StudentPeriodAttendance.getAttendanceCode()
Gets the value of the <AttendanceCode> element. |
AttendanceCode |
OfficialStudentPeriodAttendance.getAttendanceCode()
Gets the value of the <AttendanceCode> element. |
| Methods in com.edustructures.sifworks.gradebook with parameters of type AttendanceCode | |
|---|---|
void |
StudentPeriodAttendance.setAttendanceCode(AttendanceCode value)
Sets the value of the <AttendanceCode> element. |
void |
OfficialStudentPeriodAttendance.setAttendanceCode(AttendanceCode value)
Sets the value of the <AttendanceCode> element. |
| Uses of AttendanceCode in com.edustructures.sifworks.student |
|---|
| Methods in com.edustructures.sifworks.student that return AttendanceCode | |
|---|---|
AttendanceCode |
StudentDailyAttendance.getDailyAttendanceCode()
Gets the value of the <DailyAttendanceCode> element. |
| Methods in com.edustructures.sifworks.student with parameters of type AttendanceCode | |
|---|---|
void |
StudentDailyAttendance.setDailyAttendanceCode(AttendanceCode value)
Sets the value of the <DailyAttendanceCode> element. |
| Constructors in com.edustructures.sifworks.student with parameters of type AttendanceCode | |
|---|---|
StudentDailyAttendance(java.lang.String studentPersonalRefId,
java.lang.String schoolInfoRefId,
java.util.Calendar date,
java.lang.Integer schoolYear,
AttendanceCode dailyAttendanceCode,
java.lang.String attendanceCodeInfoRefId)
Constructor that accepts values for all mandatory fields |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||