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