ucar.unidata.view.sounding
Class AerologicalReadoutTable.RealRowEntry

java.lang.Object
  extended by ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
      extended by ucar.unidata.view.sounding.AerologicalReadoutTable.RealRowEntry
Enclosing class:
AerologicalReadoutTable

protected class AerologicalReadoutTable.RealRowEntry
extends AerologicalReadoutTable.RowEntry

Provides support for rows with Real values.


Field Summary
 
Fields inherited from class ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
rowIndex
 
Constructor Summary
AerologicalReadoutTable.RealRowEntry(RealReadout readout)
          Constructs from a readout.
AerologicalReadoutTable.RealRowEntry(RealReadout readout, String prefix)
          Constructs from a readout and an ID prefix.
 
Method Summary
 Object getValueAt(int column)
          Returns the value at a given column.
 
Methods inherited from class ucar.unidata.view.sounding.AerologicalReadoutTable.RowEntry
setRowIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AerologicalReadoutTable.RealRowEntry

public AerologicalReadoutTable.RealRowEntry(RealReadout readout)
Constructs from a readout.

Parameters:
readout - The readout.

AerologicalReadoutTable.RealRowEntry

public AerologicalReadoutTable.RealRowEntry(RealReadout readout,
                                            String prefix)
Constructs from a readout and an ID prefix.

Parameters:
readout - The readout.
prefix - The prefix for the ID.
Method Detail

getValueAt

public Object getValueAt(int column)
Returns the value at a given column.

Specified by:
getValueAt in class AerologicalReadoutTable.RowEntry
Parameters:
column - The column index.
Returns:
The value at the given column.