ucar.unidata.view.sounding
Class RealReadout.NumericValueProperty

java.lang.Object
  extended by ucar.unidata.beans.AbstractProperty
      extended by ucar.unidata.beans.NonVetoableProperty
          extended by ucar.unidata.view.sounding.RealReadout.NumericValueProperty
All Implemented Interfaces:
Property
Enclosing class:
RealReadout

protected class RealReadout.NumericValueProperty
extends NonVetoableProperty

Provides support for numeric value properties.


Constructor Summary
RealReadout.NumericValueProperty()
          Constructs from nothing.
 
Method Summary
 String getNumericString()
          Gets the numeric value as a string.
 void setValue(Real real)
          Sets the value.
 
Methods inherited from class ucar.unidata.beans.NonVetoableProperty
addVetoableChangeListener, isVetoable, removeVetoableChangeListener, setValue, setValueAndNotifyListeners
 
Methods inherited from class ucar.unidata.beans.AbstractProperty
addPropertyChangeListener, clearValue, getName, getSourceBean, getValue, isReporting, notifyListeners, removePropertyChangeListener, setCurrentValue, setReporting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealReadout.NumericValueProperty

public RealReadout.NumericValueProperty()
Constructs from nothing.

Method Detail

setValue

public void setValue(Real real)
Sets the value.

Parameters:
real - The new value.

getNumericString

public String getNumericString()
Gets the numeric value as a string.

Returns:
The numeric value as a string.