|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.util.CsvDb
public abstract class CsvDb
This class has serves as a base class for the classes that are generated from a csv file.
| Field Summary | |
|---|---|
static double |
BAD_DOUBLE
_more_ |
static int |
BAD_INTEGER
_more_ |
| Constructor Summary | |
|---|---|
CsvDb()
_more_ |
|
| Method Summary | |
|---|---|
static double |
getDouble(String s)
Convert the given string to an double or return BAD_DOUBLE is string is empty. |
static int |
getInt(String s)
Convert the given string to an integer or return BAD_INTEGER is string is empty. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int BAD_INTEGER
public static double BAD_DOUBLE
| Constructor Detail |
|---|
public CsvDb()
| Method Detail |
|---|
public static int getInt(String s)
s -
public static double getDouble(String s)
s -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||