Uses of Class
com.edustructures.sifworks.student.AttendanceType

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
 



Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.