org.intranet.ui
Class FloatParameter

java.lang.Object
  extended byorg.intranet.ui.Parameter
      extended byorg.intranet.ui.SingleValueParameter
          extended byorg.intranet.ui.FloatParameter
All Implemented Interfaces:
java.io.Serializable

public class FloatParameter
extends SingleValueParameter

See Also:
Serialized Form

Field Summary
private  float value
           
 
Fields inherited from class org.intranet.ui.Parameter
 
Constructor Summary
FloatParameter(java.lang.String desc, float defaultValue)
           
 
Method Summary
 float getFloatValue()
           
 java.lang.Object getUIValue()
           
 java.util.List getValues(java.lang.String min, java.lang.String max, java.lang.String inc)
           
(package private)  void setFloatValue(float newValue)
           
 void setValueFromUI(java.lang.Object param)
           
 
Methods inherited from class org.intranet.ui.SingleValueParameter
clone
 
Methods inherited from class org.intranet.ui.Parameter
getDescription, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

private float value
Constructor Detail

FloatParameter

public FloatParameter(java.lang.String desc,
                      float defaultValue)
Method Detail

setValueFromUI

public void setValueFromUI(java.lang.Object param)
Specified by:
setValueFromUI in class SingleValueParameter

getUIValue

public java.lang.Object getUIValue()
Specified by:
getUIValue in class SingleValueParameter

getFloatValue

public float getFloatValue()

setFloatValue

void setFloatValue(float newValue)

getValues

public java.util.List getValues(java.lang.String min,
                                java.lang.String max,
                                java.lang.String inc)
Specified by:
getValues in class SingleValueParameter