Java javax.naming.directory Attributes fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.directory Attributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.directory Attributes.

The text is from its open source code.

Method

Attributeget(String attrID)
Retrieves the attribute with the given attribute id from the attribute set.
NamingEnumerationgetAll()
Retrieves an enumeration of the attributes in the attribute set.
NamingEnumerationgetIDs()
Retrieves an enumeration of the ids of the attributes in the attribute set.
Attributeput(Attribute attr)
Adds a new attribute to the attribute set.
Attributeput(String attrID, Object val)
Adds a new attribute to the attribute set.
Attributeremove(String attrID)
Removes the attribute with the attribute id 'attrID' from the attribute set.
intsize()
Retrieves the number of attributes in the attribute set.
StringtoString()
Returns a string representation of the object.