blackboard.data.gradebook
Class Score.AttemptLocation

java.lang.Object
  extended by blackboard.data.gradebook.Score.AttemptLocation
Enclosing class:
Score

public static final class Score.AttemptLocation
extends java.lang.Object

Enumeration class used to indicate the physical repository for an attempt.


Field Summary
static Score.AttemptLocation EXTERNAL
          The attempt data is external to Blackboard.
static Score.AttemptLocation INTERNAL
          The attempt data is stored within Blackboard.
static Score.AttemptLocation UNSET
          The attempt location is unknown.
 
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 Score.AttemptLocation EXTERNAL
The attempt data is external to Blackboard.


INTERNAL

public static final Score.AttemptLocation INTERNAL
The attempt data is stored within Blackboard.


UNSET

public static final Score.AttemptLocation UNSET
The attempt location is unknown.



Copyright © 2003 Blackboard, Inc. All Rights Reserved.