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

All Known Implementing Classes:
ResultValueRangeInfo

public interface ResultValueRange

Captures the legal value range for a numeric result.

Author:
Kuali Student Team (Kamal)

Method Summary
 String getIncrement()
          Increment number Legal increments in the result values.
 String getMaxValue()
          Max Result Value string Upper end of the value range.
 String getMinValue()
          Min Result Value string Lower end of the value range.
 

Method Detail

getMinValue

String getMinValue()
Min Result Value string Lower end of the value range. Typically corresponds with the short coded form of the result(ex. "1.0", "25.0" etc.) Should the data resultTypeKey of values (min/max) be numbers and not Strings in the value range?

Returns:
a floating point decimal as a string

getMaxValue

String getMaxValue()
Max Result Value string Upper end of the value range. Typically corresponds with the short coded form of the result(ex. "3.0", "100.0" etc.). Upper end can be left empty to indicate unbounded upper end.

Returns:
a floating point decimal as a string

getIncrement

String getIncrement()
Increment number Legal increments in the result values. This has to be a decimal e.g 0.5)

Returns:
a floating point decimal as a string


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