public interface HapiRecord
Modifier and Type | Method and Description |
---|---|
double |
getDouble(int i)
get the double data
|
double[] |
getDoubleArray(int i)
return the data as a 1-D array.
|
int |
getInteger(int i)
get the integer
|
java.lang.String |
getIsoTime(int i)
returns the time as ISO-8601 encoded string
|
java.lang.String |
getString(int i)
get the string value
|
int |
length()
return the number of items.
|
java.lang.String getIsoTime(int i)
i
- the index of the columnto get the long milliseconds.
,
to decompose the time.
java.lang.String getString(int i)
i
- the index of the columndouble getDouble(int i)
i
- the index of the columndouble[] getDoubleArray(int i)
i
- int getInteger(int i)
i
- int length()