Nitido Inc.

com.nitido.util
Interface ParameterList

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
OpenParameterList
All Known Implementing Classes:
OpenParameterContainer, ParameterContainer

public interface ParameterList
extends java.io.Serializable

The ParameterList interface defines accessors to a series of name/value pairs.


Method Summary
 java.lang.String getParameter(java.lang.String name)
          Returns a the specified parameter.
 java.util.Enumeration getParameterNames()
          Returns an Enumeration of the names of the parameters in this container.
 java.util.Enumeration getParameterNameSet(java.lang.String startsWith)
          Returns an Enumeration of names of parameters that start with the specified attribute.
 int size()
          Returns the size of the parameter list.
 

Method Detail

getParameter

java.lang.String getParameter(java.lang.String name)
Returns a the specified parameter.

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.

getParameterNames

java.util.Enumeration getParameterNames()
Returns an Enumeration of the names of the parameters in this container.

Returns:
Returns an Enumeration of the names of the parameters in this container.

getParameterNameSet

java.util.Enumeration getParameterNameSet(java.lang.String startsWith)
Returns an Enumeration of names of parameters that start with the specified attribute.

Parameters:
startsWith - A String specifying to match parameter names against.
Returns:
An Enumeration of paramter names that match the specified startsWith attribute.

size

int size()
Returns the size of the parameter list.

Returns:
int that indicates the size of the list.

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.