|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttendanceType | |
|---|---|
| com.edustructures.sifworks.student | Classes to model Student Information Elements (SIF 2.0 Specification, Student Information Working Group) |
| Uses of AttendanceType in com.edustructures.sifworks.student |
|---|
| Fields in com.edustructures.sifworks.student declared as AttendanceType | |
|---|---|
static AttendanceType |
AttendanceType.ABSENT
Absent ("Absent") |
static AttendanceType |
AttendanceType.EARLY_DEPARTURE
EarlyDeparture ("EarlyDeparture") |
static AttendanceType |
AttendanceType.OTHER
Other ("Other") |
static AttendanceType |
AttendanceType.PARTIAL
Partial ("Partial") |
static AttendanceType |
AttendanceType.PRESENT
Present ("Present") |
static AttendanceType |
AttendanceType.TARDY
Tardy ("Tardy") |
| Methods in com.edustructures.sifworks.student that return AttendanceType | |
|---|---|
static AttendanceType |
AttendanceType.wrap(java.lang.String value)
Wrap an arbitrary string value in an AttendanceType object. |
| Methods in com.edustructures.sifworks.student with parameters of type AttendanceType | |
|---|---|
void |
AttendanceCodeInfo.setAttendanceType(AttendanceType value)
Sets the value of the <AttendanceType> element. |
| Constructors in com.edustructures.sifworks.student with parameters of type AttendanceType | |
|---|---|
AttendanceCodeInfo(java.lang.String refId,
java.lang.String schoolInfoRefId,
AttendanceType attendanceType,
AttendanceStatus attendanceStatus)
Constructor that accepts values for all mandatory fields |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||