OSID Logo
OSID Specifications
grading transform package
Version 3.0.0
Release Candidate Preview
Interfaceosid.grading.transform.GradeMap
Implementsosid.OsidCapsule
Description

A map of two grades.

MethodgetSourceGradeId
Description

Gets the source Grade Id.

Returnosid.id.Idthe source grade Id
CompliancemandatoryThis method must be implemented.
MethodgetSourceGrade
Description

Gets the source Grade.

Returnosid.grading.Gradethe source grade
ErrorsOPERATION_FAILEDunable to complete request
CompliancemandatoryThis method must be implemented.
MethodgetTargetGradeId
Description

Gets the target Grade Id.

Returnosid.id.Idthe target grade Id
CompliancemandatoryThis method must be implemented.
MethodgetTargetGrade
Description

Gets the target Grade.

Returnosid.grading.Gradethe target grade
ErrorsOPERATION_FAILEDunable to complete request
CompliancemandatoryThis method must be implemented.