mvc
Class RealRange.Model

java.lang.Object
  extended by mvc.DirectModel<T>
      extended by mvc.NamedDirectModel<java.lang.Double>
          extended by mvc.RealRange.Model
All Implemented Interfaces:
Named, CallbackRegistry, Model<java.lang.Double>, NamedModel<java.lang.Double>
Enclosing class:
RealRange

public static class RealRange.Model
extends NamedDirectModel<java.lang.Double>

DOCME.


Method Summary
 double getDoubleValue()
          DOCME.
 RealRange getRange()
          DOCME.
 java.lang.Double getValue()
          DOCME.
 void setDoubleValue(double val)
          DOCME.
 
Methods inherited from class mvc.NamedDirectModel
getName
 
Methods inherited from class mvc.DirectModel
addCallback, notifyObservers, removeCallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface mvc.CallbackRegistry
addCallback, removeCallback
 

Method Detail

getValue

public java.lang.Double getValue()
DOCME.

Returns:

getDoubleValue

public double getDoubleValue()
DOCME.

Returns:

getRange

public RealRange getRange()
DOCME.

Returns:

setDoubleValue

public void setDoubleValue(double val)
DOCME.

Parameters:
val -