gnu.inet.smtp

Class ParameterList


public final class ParameterList
extends java.lang.Object

A list of ESMTP parameters.

Version:
$Revision: 1.4 $ $Date: 2004/07/06 18:43:43 $

Author:
Chris Burdess

Method Summary

void
add(Parameter parameter)
Adds a new parameter to the list.
Parameter
get(int index)
Returns the parameter at the specified index.
int
size()
Returns the number of parameters in the list.

Method Details

add

public void add(Parameter parameter)
Adds a new parameter to the list.


get

public Parameter get(int index)
Returns the parameter at the specified index.


size

public int size()
Returns the number of parameters in the list.


© Copyright 2003 The Free Software Foundation, all rights reserved