com.ora.jsp.sql.value
Class ObjectValue

java.lang.Object
  |
  +--com.ora.jsp.sql.Value
        |
        +--com.ora.jsp.sql.value.ObjectValue

public class ObjectValue
extends Value

This class represents an Object value used by the SQL tags.

Version:
1.0
Author:
Hans Bergsten, Gefion software

Field Summary
private  java.lang.Object value
           
 
Constructor Summary
ObjectValue(java.lang.Object value)
           
 
Method Summary
 java.lang.Object getObject()
           
 java.lang.String getString()
          This method must be implemented by all subclasses.
 
Methods inherited from class com.ora.jsp.sql.Value
getBigDecimal, getBoolean, getByte, getBytes, getDate, getDouble, getFloat, getInt, getLong, getShort, getTime, getTimestamp
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

value

private java.lang.Object value
Constructor Detail

ObjectValue

public ObjectValue(java.lang.Object value)
Method Detail

getObject

public java.lang.Object getObject()
Overrides:
getObject in class Value

getString

public java.lang.String getString()
Description copied from class: Value
This method must be implemented by all subclasses. All data types can be converted to a String.
Overrides:
getString in class Value