public interface GradeMap extends OsidCapsule
A map of two grades.
Modifier and Type | Method and Description |
---|---|
Grade |
getSourceGrade()
Gets the source
Grade. |
Id |
getSourceGradeId()
Gets the source
Grade Id. |
Grade |
getTargetGrade()
Gets the target
Grade. |
Id |
getTargetGradeId()
Gets the target
Grade Id. |
Id getSourceGradeId()
Grade Id.
Id
mandatory
- This method must be implemented. Grade getSourceGrade() throws OperationFailedException
Grade.
OperationFailedException
- unable to complete requestmandatory
- This method must be implemented. Id getTargetGradeId()
Grade Id.
Id
mandatory
- This method must be implemented. Grade getTargetGrade() throws OperationFailedException
Grade.
OperationFailedException
- unable to complete requestmandatory
- This method must be implemented.