com.edustructures.sifworks.common
Class AssessmentReportingMethod

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.common.AssessmentReportingMethod
All Implemented Interfaces:
java.io.Serializable

public class AssessmentReportingMethod
extends SIFEnum

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

Since:
2.0
Version:
2.0
See Also:
Serialized Form

Field Summary
static AssessmentReportingMethod ACHIEVEMENT_LEVEL
          Achievement level ("0512")
static AssessmentReportingMethod AGE_SCORE
          Age score ("0490")
static AssessmentReportingMethod C_SCALED
          C-scaled scores ("0491")
static AssessmentReportingMethod CEEB
          CEEB-scores ("0492")
static AssessmentReportingMethod GRADE_EQUIV
          Grade equivalent or grade-level indicator ("0493")
static AssessmentReportingMethod ITED
          ITED-score ("0494")
static AssessmentReportingMethod LETTER_MARK
          Letter grade/Mark ("0144")
static AssessmentReportingMethod MASTERY_LEVEL
          Mastery level ("0513")
static AssessmentReportingMethod NORMAL_CURVE
          Normal curve equivalent ("0497")
static AssessmentReportingMethod NORMALIZED_STANDARD
          Normalized standard score ("0498")
static AssessmentReportingMethod NUMBER
          Number score ("0499")
static AssessmentReportingMethod OTHER
          Other ("9999")
static AssessmentReportingMethod PASS_FAIL
          Pass-Fail ("0500")
static AssessmentReportingMethod PERCENTILE_RANK
          Percentile rank ("0502")
static AssessmentReportingMethod PROFICIENCY_LEVEL
          Proficiency level ("0503")
static AssessmentReportingMethod RANKING
          Ranking ("0504")
static AssessmentReportingMethod RATIO_IQ
          Ratio IQ's ("0505")
static AssessmentReportingMethod STANDARD_AGE
          Standard age score ("0506")
static AssessmentReportingMethod STANINE
          Stanine score ("0508")
static AssessmentReportingMethod STEN
          Sten score ("0509")
static AssessmentReportingMethod T_SCORE
          T-score ("0510")
static AssessmentReportingMethod Z_SCORE
          Z-score ("0511")
 
Method Summary
static AssessmentReportingMethod wrap(java.lang.String value)
          Wrap an arbitrary string value in an AssessmentReportingMethod 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

STANINE

public static final AssessmentReportingMethod STANINE
Stanine score ("0508")


PERCENTILE_RANK

public static final AssessmentReportingMethod PERCENTILE_RANK
Percentile rank ("0502")


MASTERY_LEVEL

public static final AssessmentReportingMethod MASTERY_LEVEL
Mastery level ("0513")


NORMALIZED_STANDARD

public static final AssessmentReportingMethod NORMALIZED_STANDARD
Normalized standard score ("0498")


CEEB

public static final AssessmentReportingMethod CEEB
CEEB-scores ("0492")


STANDARD_AGE

public static final AssessmentReportingMethod STANDARD_AGE
Standard age score ("0506")


LETTER_MARK

public static final AssessmentReportingMethod LETTER_MARK
Letter grade/Mark ("0144")


ITED

public static final AssessmentReportingMethod ITED
ITED-score ("0494")


ACHIEVEMENT_LEVEL

public static final AssessmentReportingMethod ACHIEVEMENT_LEVEL
Achievement level ("0512")


C_SCALED

public static final AssessmentReportingMethod C_SCALED
C-scaled scores ("0491")


GRADE_EQUIV

public static final AssessmentReportingMethod GRADE_EQUIV
Grade equivalent or grade-level indicator ("0493")


NUMBER

public static final AssessmentReportingMethod NUMBER
Number score ("0499")


Z_SCORE

public static final AssessmentReportingMethod Z_SCORE
Z-score ("0511")


STEN

public static final AssessmentReportingMethod STEN
Sten score ("0509")


AGE_SCORE

public static final AssessmentReportingMethod AGE_SCORE
Age score ("0490")


RANKING

public static final AssessmentReportingMethod RANKING
Ranking ("0504")


OTHER

public static final AssessmentReportingMethod OTHER
Other ("9999")


NORMAL_CURVE

public static final AssessmentReportingMethod NORMAL_CURVE
Normal curve equivalent ("0497")


PASS_FAIL

public static final AssessmentReportingMethod PASS_FAIL
Pass-Fail ("0500")


PROFICIENCY_LEVEL

public static final AssessmentReportingMethod PROFICIENCY_LEVEL
Proficiency level ("0503")


RATIO_IQ

public static final AssessmentReportingMethod RATIO_IQ
Ratio IQ's ("0505")


T_SCORE

public static final AssessmentReportingMethod T_SCORE
T-score ("0510")

Method Detail

wrap

public static AssessmentReportingMethod wrap(java.lang.String value)
Wrap an arbitrary string value in an AssessmentReportingMethod 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.