JavaTM 2 Platform
Std. Ed. v1.3

Uses of Interface
javax.naming.directory.Attribute

Packages that use Attribute
javax.naming.directory Extends the javax.naming package to provide functionality for accessing directory services. 
 

Uses of Attribute in javax.naming.directory
 

Classes in javax.naming.directory that implement Attribute
 class BasicAttribute
          This class provides a basic implementation of the Attribute interface.
 

Methods in javax.naming.directory that return Attribute
 Attribute Attributes.get(String attrID)
          Retrieves the attribute with the given attribute id from the attribute set.
 Attribute Attributes.put(String attrID, Object val)
          Adds a new attribute to the attribute set.
 Attribute Attributes.put(Attribute attr)
          Adds a new attribute to the attribute set.
 Attribute Attributes.remove(String attrID)
          Removes the attribute with the attribute id 'attrID' from the attribute set.
 Attribute BasicAttributes.get(String attrID)
           
 Attribute BasicAttributes.put(String attrID, Object val)
           
 Attribute BasicAttributes.put(Attribute attr)
           
 Attribute BasicAttributes.remove(String attrID)
           
 Attribute ModificationItem.getAttribute()
          Retrieves the attribute associated with this modification item.
 

Methods in javax.naming.directory with parameters of type Attribute
 Attribute Attributes.put(Attribute attr)
          Adds a new attribute to the attribute set.
 Attribute BasicAttributes.put(Attribute attr)
           
 

Constructors in javax.naming.directory with parameters of type Attribute
ModificationItem(int mod_op, Attribute attr)
          Creates a new instance of ModificationItem.
 


JavaTM 2 Platform
Std. Ed. v1.3

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.