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 protectedField()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Objectparse(String line)Deprecated.Objectparse(String line, int offset)Deprecated.protected Objectparse(String line, int start, int end)Deprecated.voidsetScale(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.
-
-