Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.naming.directory | Extends the javax.naming package to provide functionality for accessing directory services. |
Uses of Attribute in javax.naming.directory |
---|
Modifier and Type | Class and Description |
---|---|
class |
BasicAttribute
This class provides a basic implementation of the Attribute interface. |
Modifier and Type | Method and Description |
---|---|
Attribute |
BasicAttributes.get(String attrID)
|
Attribute |
Attributes.get(String attrID)
Retrieves the attribute with the given attribute id from the attribute set. |
Attribute |
ModificationItem.getAttribute()
Retrieves the attribute associated with this modification item. |
Attribute |
BasicAttributes.put(Attribute attr)
|
Attribute |
Attributes.put(Attribute attr)
Adds a new attribute to the attribute set. |
Attribute |
BasicAttributes.put(String attrID,
Object val)
|
Attribute |
Attributes.put(String attrID,
Object val)
Adds a new attribute to the attribute set. |
Attribute |
BasicAttributes.remove(String attrID)
|
Attribute |
Attributes.remove(String attrID)
Removes the attribute with the attribute id 'attrID' from the attribute set. |
Modifier and Type | Method and Description |
---|---|
NamingEnumeration<Attribute> |
BasicAttributes.getAll()
|
NamingEnumeration<? extends Attribute> |
Attributes.getAll()
Retrieves an enumeration of the attributes in the attribute set. |
Modifier and Type | Method and Description |
---|---|
Attribute |
BasicAttributes.put(Attribute attr)
|
Attribute |
Attributes.put(Attribute attr)
Adds a new attribute to the attribute set. |
Constructor and Description |
---|
ModificationItem(int mod_op,
Attribute attr)
Creates a new instance of ModificationItem. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.