|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.aci.protectedItem.RestrictedByElem
public class RestrictedByElem
An element of RestrictedByItem.
| Constructor Summary | |
|---|---|
RestrictedByElem(org.apache.directory.api.ldap.model.schema.AttributeType attributeType,
org.apache.directory.api.ldap.model.schema.AttributeType valuesIn)
Creates a new instance. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public org.apache.directory.api.ldap.model.schema.AttributeType getAttributeType()
public org.apache.directory.api.ldap.model.schema.AttributeType getValuesIn()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||