![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.addressbook.AddressCard.LDAP_AttributeSetjava.lang.Object | +----grendel.addressbook.AddressCard.LDAP_AttributeSet
public class LDAP_AttributeSet
extends java.lang.Object
implements grendel.addressbook.AddressCard.IAttributeSet,
java.util.Enumeration
{
// Fields 2
private Enumeration fAttrEnum;
private LDAPAttributeSet fMyAttributeSet;
// Constructors 1
protected LDAP_AttributeSet(LDAPAttributeSet);
// Methods 5
public IAttribute getAttribute(String);
public Enumeration getEnumeration();
public boolean hasMoreElements();
public Object nextElement();
public int size();
}
Fields fMyAttributeSetprivate LDAPAttributeSet fMyAttributeSet fAttrEnumprivate Enumeration fAttrEnum
Constructors LDAP_AttributeSetprotected LDAP_AttributeSet(LDAPAttributeSet aSet)
Methods getAttributepublic IAttribute getAttribute(String anAttributeName)
sizepublic int size()
getEnumerationpublic Enumeration getEnumeration()
hasMoreElementspublic boolean hasMoreElements()
nextElementpublic Object nextElement()
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|