|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--blackboard.data.gradebook.Lineitem.AssessmentLocation
Simple class to define where the assessment identified by assessmentId is located. This
will change the behavior of the linking mechanism.
| Field Summary | |
static Lineitem.AssessmentLocation |
EXTERNAL
assessmentId points to an assessment on an external system. |
static Lineitem.AssessmentLocation |
INTERNAL
assessmentId points to an assessment within Blackboard. |
static Lineitem.AssessmentLocation |
UNSET
assessmentId is undetermined. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Lineitem.AssessmentLocation EXTERNAL
assessmentId points to an assessment on an external system.
public static final Lineitem.AssessmentLocation INTERNAL
assessmentId points to an assessment within Blackboard.
public static final Lineitem.AssessmentLocation UNSET
assessmentId is undetermined.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||