OSID Logo
OSID Specifications
grading transform package
Version 3.1.0
Interfaceosid.grading.transform.GradeMap
Implementsosid.OsidCapsule
Used Byosid.grading.transform.GradeMapList
Description

A map of two grades.

MethodgetSourceGradeId
Description

Gets the source Grade Id.

Returnosid.id.Id the source grade Id
Compliancemandatory This method must be implemented.
MethodgetSourceGrade
Description

Gets the source Grade.

Returnosid.grading.Grade the source grade
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodgetTargetGradeId
Description

Gets the target Grade Id.

Returnosid.id.Id the target grade Id
Compliancemandatory This method must be implemented.
MethodgetTargetGrade
Description

Gets the target Grade.

Returnosid.grading.Grade the target grade
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.