FileDocCategorySizeDatePackage
ObjectValue.javaAPI DocExample522Thu Jun 28 16:14:16 BST 2001com.ora.jsp.sql.value

ObjectValue

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.ObjectgetObject()

        return value;
    
public java.lang.StringgetString()

        return value.toString();