Nitido Inc.

com.nitido.util
Interface OpenParameterList

All Superinterfaces:
ParameterList, java.io.Serializable
All Known Implementing Classes:
OpenParameterContainer

public interface OpenParameterList
extends ParameterList

The OpenParameterList interface defines accessors to a series of multi-valued name/value pairs.


Method Summary
 java.lang.String getParameter(java.lang.String name)
          Returns the first instance of the specified parameter.
 java.util.Enumeration getParameters(java.lang.String name)
          Returns an Enumeration of all of the values matching the specified name.
 
Methods inherited from interface com.nitido.util.ParameterList
getParameterNames, getParameterNameSet, size
 

Method Detail

getParameter

java.lang.String getParameter(java.lang.String name)
Returns the first instance of the specified parameter.

Specified by:
getParameter in interface ParameterList
Parameters:
name - The name of the parameter whose value is to be returned.
Returns:
The parameter corresponding to the name passed in, or null if there is no corresponding parameter.

getParameters

java.util.Enumeration getParameters(java.lang.String name)
Returns an Enumeration of all of the values matching the specified name.

Parameters:
name - The name of the set of values to return.
Returns:
An Enumeration of String objects containing the values matching the name passed in.

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.