public class RestrictedByElem extends Object
RestrictedByItem.| 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() |
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-2013 The Apache Software Foundation. All Rights Reserved.