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