|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--grendel.addressbook.addresscard.LDAP_AttributeSet
Constructor Summary | |
protected |
LDAP_AttributeSet(netscape.ldap.LDAPAttributeSet aSet)
Create a new emtpy AttributeSet |
Method Summary | |
IAttribute |
getAttribute(java.lang.String anAttributeName)
Return the named attribute. |
java.util.Enumeration |
getEnumeration()
Return the attribute set enumeration. |
boolean |
hasMoreElements()
Enumeration methods |
java.lang.Object |
nextElement()
Enumeration methods |
int |
size()
Return the number of attributes in the set. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
protected LDAP_AttributeSet(netscape.ldap.LDAPAttributeSet aSet)
Method Detail |
public IAttribute getAttribute(java.lang.String anAttributeName)
public int size()
public java.util.Enumeration getEnumeration()
public boolean hasMoreElements()
public java.lang.Object nextElement()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |