Uses of Interface
javax.naming.directory.Attribute
Packages that use Attribute
包
描述
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描述class
This class provides a basic implementation of theAttribute
interface.Methods in javax.naming.directory that return Attribute修饰符和类方法描述Retrieves the attribute with the given attribute id from the attribute set.ModificationItem.getAttribute()
Retrieves the attribute associated with this modification item.Adds a new attribute to the attribute set.Adds a new attribute to the attribute set.Removes the attribute with the attribute id 'attrID' from the attribute set.Methods in javax.naming.directory that return types with arguments of type Attribute修饰符和类方法描述NamingEnumeration
<? extends Attribute> Attributes.getAll()
Retrieves an enumeration of the attributes in the attribute set.BasicAttributes.getAll()
Methods in javax.naming.directory with parameters of type Attribute修饰符和类方法描述Adds a new attribute to the attribute set.Constructors in javax.naming.directory with parameters of type AttributeModifierConstructor描述ModificationItem
(int mod_op, Attribute attr) Creates a new instance of ModificationItem.