Package ucar.nc2.util
Class TableParser.Field
- java.lang.Object
-
- ucar.nc2.util.TableParser.Field
-
- Direct Known Subclasses:
TableParser.DerivedField
- Enclosing class:
- TableParser
public static class TableParser.Field extends Object
Deprecated.will move in ver6.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Field()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
parse(String line)
Deprecated.Object
parse(String line, int offset)
Deprecated.protected Object
parse(String line, int start, int end)
Deprecated.void
setScale(float scale)
Deprecated.
-
-
-
Method Detail
-
parse
public Object parse(String line) throws NumberFormatException
Deprecated.- Throws:
NumberFormatException
-
parse
public Object parse(String line, int offset) throws NumberFormatException
Deprecated.- Throws:
NumberFormatException
-
parse
protected Object parse(String line, int start, int end) throws NumberFormatException
Deprecated.- Throws:
NumberFormatException
-
setScale
public void setScale(float scale)
Deprecated.
-
-