org.hdpagination.dataaccess.support
Interface NamedParams

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
NamedParamsList

public interface NamedParams
extends java.io.Serializable

This interface defines the mapping of named query parameters (key:parameter name, value:parameter value)

Since:
1.3.1
Author:
Liangfeng Ren

Method Summary
 java.util.Set allNames()
          Return the names of all the parameters
 java.lang.Object getValue(java.lang.String name)
          Get the value of parameter based on the parameter name
 

Method Detail

getValue

java.lang.Object getValue(java.lang.String name)
Get the value of parameter based on the parameter name

Parameters:
name - parameter name
Returns:

allNames

java.util.Set allNames()
Return the names of all the parameters

Returns:


Copyright © 2008 HDPagination All Rights Reserved.