blackboard.data.gradebook
Class Lineitem.AssessmentLocation

java.lang.Object
  extended by blackboard.data.gradebook.Lineitem.AssessmentLocation
Enclosing class:
Lineitem

public static final class Lineitem.AssessmentLocation
extends java.lang.Object

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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTERNAL

public static final Lineitem.AssessmentLocation EXTERNAL
assessmentId points to an assessment on an external system.


INTERNAL

public static final Lineitem.AssessmentLocation INTERNAL
assessmentId points to an assessment within Blackboard.


UNSET

public static final Lineitem.AssessmentLocation UNSET
assessmentId is undetermined.



Copyright © 2003 Blackboard, Inc. All Rights Reserved.