|
||||||||||
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.ListSetCell
public static class ResultSetResponse.ListSet.ListSetCell
Method Summary | |
---|---|
java.util.Date |
getDate()
Retrieve the Java Date representation of the cell value. |
java.lang.Double |
getDouble()
Retrieve the Java Double representation of the cell value. |
java.lang.Float |
getFloat()
Retrieve the Java Float representation of the cell value. |
java.lang.Integer |
getInteger()
Retrieve the Java Integer representation of the cell value. |
java.lang.Long |
getLong()
Retrieve the Java Long representation of the cell value. |
java.lang.Object |
getObject()
Retrieve the Java Object representation of the cell value. |
java.lang.String |
getString()
Retrieve the Java String representation of the cell value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object getObject()
public java.lang.String getString()
public java.lang.Integer getInteger()
public java.lang.Long getLong()
public java.lang.Float getFloat()
public java.lang.Double getDouble()
public java.util.Date getDate() throws java.text.ParseException
java.text.ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |