File
Doc
Category
Size
Date
Package
ObjectValue.java
API Doc
Example
522
Thu Jun 28 16:14:16 BST 2001
com.ora.jsp.sql.value
ObjectValue
java.lang.Object
com.ora.jsp.sql.Value
public class ObjectValue extends com.ora.jsp.sql.Value
This class represents an Object value used by the SQL tags.
author
Hans Bergsten, Gefion software
version
1.0
Fields Summary
private Object
value
Constructors Summary
public ObjectValue
(
Object
value)
this.value = value;
Methods Summary
public
java.lang.Object
getObject
()
return value;
public
java.lang.String
getString
()
return value.toString();
Java Code Source