|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.ornl.csed.csiir.idr.kdd.dataservice.server.models.ResultSetResponse.ListSet.ListSetRow
public static class ResultSetResponse.ListSet.ListSetRow
The ListSetRow class represents a row in the ListSet and allows iteration over the cell values in the row.
Method Summary | |
---|---|
java.util.Date |
getDate(int columnIndex)
Retrieve the Java Date representation of the cell value for a supplied column index. |
java.lang.Double |
getDouble(int columnIndex)
Retrieve the Java Double representation of the cell value for a supplied column index. |
java.lang.Float |
getFloat(int columnIndex)
Retrieve the Java Float representation of the cell value for a supplied column index. |
java.lang.Integer |
getInteger(int columnIndex)
Retrieve the Java Integer representation of the cell value for a supplied column index. |
java.lang.Long |
getLong(int columnIndex)
Retrieve the Java Long representation of the cell value for a supplied column index. |
java.lang.Object |
getObject(int columnIndex)
Retrieve the Java Object representation of the cell value for a supplied column index. |
java.lang.String |
getString(int columnIndex)
Retrieve the Java String representation of the cell value for a supplied column index. |
java.util.Iterator<ResultSetResponse.ListSet.ListSetCell> |
iterator()
Retrieve an iterator over the cell values. |
int |
size()
Retrieve the size of the row. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public java.lang.Object getObject(int columnIndex) throws java.lang.IndexOutOfBoundsException
columnIndex
- the column index
java.lang.IndexOutOfBoundsException
public java.lang.String getString(int columnIndex) throws java.lang.IndexOutOfBoundsException
columnIndex
- the column index
java.lang.IndexOutOfBoundsException
public java.lang.Integer getInteger(int columnIndex) throws java.lang.IndexOutOfBoundsException
columnIndex
- the column index
java.lang.IndexOutOfBoundsException
public java.lang.Long getLong(int columnIndex) throws java.lang.IndexOutOfBoundsException
columnIndex
- the column index
java.lang.IndexOutOfBoundsException
public java.lang.Float getFloat(int columnIndex) throws java.lang.IndexOutOfBoundsException
columnIndex
- the column index
java.lang.IndexOutOfBoundsException
public java.lang.Double getDouble(int columnIndex) throws java.lang.IndexOutOfBoundsException
columnIndex
- the column index
java.lang.IndexOutOfBoundsException
public java.util.Date getDate(int columnIndex) throws java.lang.IndexOutOfBoundsException, java.text.ParseException
columnIndex
- the column index
java.lang.IndexOutOfBoundsException
java.text.ParseException
public java.util.Iterator<ResultSetResponse.ListSet.ListSetCell> iterator()
iterator
in interface java.lang.Iterable<ResultSetResponse.ListSet.ListSetCell>
Iterable.iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |