public abstract class AbstractAttributeTypeProtectedItem extends ProtectedItem
| Modifier and Type | Field and Description |
|---|---|
protected Set<org.apache.directory.api.ldap.model.schema.AttributeType> |
attributeTypes
The attribute types.
|
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAttributeTypeProtectedItem(Set<org.apache.directory.api.ldap.model.schema.AttributeType> attributeTypes)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Iterator<org.apache.directory.api.ldap.model.schema.AttributeType> |
iterator()
Gets an iterator of all attribute types.
|
String |
toString() |
protected final Set<org.apache.directory.api.ldap.model.schema.AttributeType> attributeTypes
protected AbstractAttributeTypeProtectedItem(Set<org.apache.directory.api.ldap.model.schema.AttributeType> attributeTypes)
attributeTypes - the collection of attribute IDspublic Iterator<org.apache.directory.api.ldap.model.schema.AttributeType> iterator()
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.