public class RestrictedByElem extends Object
RestrictedByItem.| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.model.schema.AttributeType |
attributeType
The AttributeType on which the restriction is applied
|
private org.apache.directory.api.ldap.model.schema.AttributeType |
valuesIn
The list of allowed AttributeType values
|
| Constructor and Description |
|---|
RestrictedByElem(org.apache.directory.api.ldap.model.schema.AttributeType attributeType,
org.apache.directory.api.ldap.model.schema.AttributeType valuesIn)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.directory.api.ldap.model.schema.AttributeType |
getAttributeType()
Gets the attribute type to restrict.
|
org.apache.directory.api.ldap.model.schema.AttributeType |
getValuesIn()
Gets the attribute type only whose values are allowed in
attributeType.
|
int |
hashCode() |
String |
toString() |
private org.apache.directory.api.ldap.model.schema.AttributeType attributeType
private org.apache.directory.api.ldap.model.schema.AttributeType valuesIn
public RestrictedByElem(org.apache.directory.api.ldap.model.schema.AttributeType attributeType,
org.apache.directory.api.ldap.model.schema.AttributeType valuesIn)
attributeType - the attribute type to restrictvaluesIn - the attribute type only whose values are allowed in attributeType.public org.apache.directory.api.ldap.model.schema.AttributeType getAttributeType()
public org.apache.directory.api.ldap.model.schema.AttributeType getValuesIn()
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.