The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback


Class grendel.addressbook.AddressCard.LDAP_AttributeSet

All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.addressbook.AddressCard.LDAP_AttributeSet

java.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


fMyAttributeSet

   private LDAPAttributeSet fMyAttributeSet


fAttrEnum

   private Enumeration fAttrEnum



Constructors


LDAP_AttributeSet

   protected LDAP_AttributeSet(LDAPAttributeSet aSet) 

Create a new emtpy AttributeSet




Methods


getAttribute

   public IAttribute getAttribute(String anAttributeName) 

Return the named attribute.

Implements:
getAttribute in interface IAttributeSet


size

   public int size() 

Return the number of attributes in the set.

Implements:
size in interface IAttributeSet


getEnumeration

   public Enumeration getEnumeration() 

Return the attribute set enumeration. We enumerate our own attribute set.

Implements:
getEnumeration in interface IAttributeSet


hasMoreElements

   public boolean hasMoreElements() 

Enumeration methods

Implements:
hasMoreElements in interface Enumeration


nextElement

   public Object nextElement() 

Enumeration methods

Implements:
nextElement in interface Enumeration


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4



Copyright © 1998 The Mozilla Organization.