|
||||||||||
| 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.MaxValueCountElem
public class MaxValueCountElem
An element of MaxValueCount.
| Constructor Summary | |
|---|---|
MaxValueCountElem(org.apache.directory.api.ldap.model.schema.AttributeType attributeType,
int maxCount)
Creates a new instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
org.apache.directory.api.ldap.model.schema.AttributeType |
getAttributeType()
Gets the attribute to limit the maximum count. |
int |
getMaxCount()
Gets the maximum count of the attribute allowed. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MaxValueCountElem(org.apache.directory.api.ldap.model.schema.AttributeType attributeType,
int maxCount)
attributeType - the attribute ID to limit the maximum countmaxCount - the maximum count of the attribute allowed| Method Detail |
|---|
public org.apache.directory.api.ldap.model.schema.AttributeType getAttributeType()
public int getMaxCount()
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 | |||||||||