File
Doc
Category
Size
Date
Package
ValueFetcher.java
API Doc
Glassfish v2 API
2359
Fri May 04 22:34:58 BST 2007
com.sun.jdo.spi.persistence.support.sqlstore
ValueFetcher
public interface ValueFetcher
Interface wrapping values that can be fetched by index.
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.Object
getValue
(
int
whichOne)
Returns a specific value from this ValueFetcher.
param
whichOne indicates which value to be returned
Java Code Source