public class AttributeValueItem extends ProtectedItem
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY| Constructor and Description |
|---|
AttributeValueItem(Set<org.apache.directory.api.ldap.model.entry.Attribute> attributes)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Iterator<org.apache.directory.api.ldap.model.entry.Attribute> |
iterator()
Returns an iterator of all
Attributes. |
String |
toString() |
public AttributeValueItem(Set<org.apache.directory.api.ldap.model.entry.Attribute> attributes)
attributes - the collection of Attributes.public Iterator<org.apache.directory.api.ldap.model.entry.Attribute> iterator()
Attributes.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.