org.kuali.student.r2.lum.lrc.infc
Interface ResultValue

All Superinterfaces:
Entity, HasAttributes, HasAttributesAndMeta, HasEffectiveDates, HasKey, HasMeta, HasPrimaryKey, HasState, HasType, KeyEntity, TypeStateEntity
All Known Implementing Classes:
ResultValueInfo

public interface ResultValue
extends KeyEntity, HasEffectiveDates

A Result Value.


Method Summary
 String getNumericValue()
          A numeric value used to ranking or order this result value within the scale.
 String getResultScaleKey()
          Identifier of the scale for this result value.
 String getValue()
          Result Value string Value of the result.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasKey
getKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.Entity
getDescr, getName
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasEffectiveDates
getEffectiveDate, getExpirationDate
 

Method Detail

getResultScaleKey

String getResultScaleKey()
Identifier of the scale for this result value.


getNumericValue

String getNumericValue()
A numeric value used to ranking or order this result value within the scale. For Grades it holds the quality points, i.e. A=4.0, B=3.0. For credits it holds the actual numeric credits. For degrees it is used to indicate perhaps how many years of study it typically takes to achieve that degree.

Returns:
a floating point decimal as a string

getValue

String getValue()
Result Value string Value of the result. Typically corresponds with the short coded form of the result (ex. "A", "4.0", "97.0", "B.S" etc.) scaleKey Scale Identifier scaleKey.



Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.