ucar.unidata.view.sounding
Class RealReadout.NumericValueProperty
java.lang.Object
ucar.unidata.beans.AbstractProperty
ucar.unidata.beans.NonVetoableProperty
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RealReadout.NumericValueProperty
public RealReadout.NumericValueProperty()
- Constructs from nothing.
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.