com.edustructures.sifworks.assessment
Class ResponseStatus

java.lang.Object
  extended by com.edustructures.sifworks.SIFSimpleType<java.lang.String>
      extended by com.edustructures.sifworks.SIFString
          extended by com.edustructures.sifworks.SIFEnum
              extended by com.edustructures.sifworks.assessment.ResponseStatus
All Implemented Interfaces:
java.io.Serializable

public class ResponseStatus
extends SIFEnum

Defines the set of values that can be specified whenever a ResponseStatus is used as a parameter to a method or constructor. Alternatively, the static wrap method can be called to encapsulate any string value in a ResponseStatus object.

Since:
2.0
Version:
2.0
See Also:
Serialized Form

Field Summary
static ResponseStatus ATTEMPTED
          Attempted ("Attempted")
static ResponseStatus COMPLETE
          Complete ("Complete")
static ResponseStatus CORRECT
          Correct ("Correct")
static ResponseStatus INCOMPLETE
          Incomplete ("Incomplete")
static ResponseStatus INCORRECT
          Incorrect ("Incorrect")
static ResponseStatus NOTANSWERED
          NotAnswered ("NotAnswered")
static ResponseStatus NOTVIEWED
          NotViewed ("NotViewed")
static ResponseStatus PARTIALLYCOMPLETE
          PartiallyComplete ("PartiallyComplete")
static ResponseStatus VIEWED
          Viewed ("Viewed")
 
Method Summary
static ResponseStatus wrap(java.lang.String value)
          Wrap an arbitrary string value in a ResponseStatus object.
 
Methods inherited from class com.edustructures.sifworks.SIFString
getTypeConverter, isDoNotEncode
 
Methods inherited from class com.edustructures.sifworks.SIFSimpleType
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

VIEWED

public static final ResponseStatus VIEWED
Viewed ("Viewed")


INCOMPLETE

public static final ResponseStatus INCOMPLETE
Incomplete ("Incomplete")


PARTIALLYCOMPLETE

public static final ResponseStatus PARTIALLYCOMPLETE
PartiallyComplete ("PartiallyComplete")


NOTVIEWED

public static final ResponseStatus NOTVIEWED
NotViewed ("NotViewed")


COMPLETE

public static final ResponseStatus COMPLETE
Complete ("Complete")


ATTEMPTED

public static final ResponseStatus ATTEMPTED
Attempted ("Attempted")


INCORRECT

public static final ResponseStatus INCORRECT
Incorrect ("Incorrect")


NOTANSWERED

public static final ResponseStatus NOTANSWERED
NotAnswered ("NotAnswered")


CORRECT

public static final ResponseStatus CORRECT
Correct ("Correct")

Method Detail

wrap

public static ResponseStatus wrap(java.lang.String value)
Wrap an arbitrary string value in a ResponseStatus object.

Parameters:
value - The element/attribute value. This method does not verify that the value is valid according to the SIF Specification.


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.