com.raritantechnologies.federated.z3950
Class Z3950AttributeList

java.lang.Object
  extended bycom.raritantechnologies.federated.z3950.Z3950AttributeList

public class Z3950AttributeList
extends java.lang.Object

Represents a list of Z3950 attributes.


Developed by Raritan Technologies Inc..

Author:
Glenn Robitaille

Constructor Summary
Z3950AttributeList()
           
 
Method Summary
 void addAttribute(Z3950Attribute attr)
           
 java.util.Iterator getAttributes()
           
 Z3950Attribute[] getAttributes(java.lang.String fieldID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Z3950AttributeList

public Z3950AttributeList()
Method Detail

addAttribute

public void addAttribute(Z3950Attribute attr)

getAttributes

public java.util.Iterator getAttributes()

getAttributes

public Z3950Attribute[] getAttributes(java.lang.String fieldID)