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