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.
  • Constructor Details

    • NumericValueProperty

      public NumericValueProperty()
      Constructs from nothing.
  • Method Details

    • 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.