gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
Class ResultSetResponse.ListSet.ListSetCell

java.lang.Object
  extended by gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.ResultSetResponse.ListSet.ListSetCell
Enclosing class:
ResultSetResponse.ListSet

public static class ResultSetResponse.ListSet.ListSetCell
extends java.lang.Object


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

getObject

public java.lang.Object getObject()
Retrieve the Java Object representation of the cell value.

Returns:
the Java Object representation of the cell value

getString

public java.lang.String getString()
Retrieve the Java String representation of the cell value.

Returns:
the Java String representation of the cell value

getInteger

public java.lang.Integer getInteger()
Retrieve the Java Integer representation of the cell value.

Returns:
the Java Integer representation of the cell value

getLong

public java.lang.Long getLong()
Retrieve the Java Long representation of the cell value.

Returns:
the Java Long representation of the cell value

getFloat

public java.lang.Float getFloat()
Retrieve the Java Float representation of the cell value.

Returns:
the Java Float representation of the cell value

getDouble

public java.lang.Double getDouble()
Retrieve the Java Double representation of the cell value.

Returns:
the Java Double representation of the cell value

getDate

public java.util.Date getDate()
                       throws java.text.ParseException
Retrieve the Java Date representation of the cell value.

Returns:
the Java Date representation of the cell value
Throws:
java.text.ParseException