Package ucar.nc2.util
Class TableParser.Record
java.lang.Object
ucar.nc2.util.TableParser.Record
- Enclosing class:
- TableParser
Deprecated.
will move in ver6.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Record
public Record()Deprecated.
-
-
Method Details
-
nfields
public int nfields()Deprecated. -
get
Deprecated.Get the kth value of this record. Will be a String, Double, or Integer.- Parameters:
k- which one- Returns:
- object
-
toString
Deprecated.
-