|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCountItem
An element of MaxValueCount
.
Constructor Summary | |
ProtectedItem.MaxValueCountItem(java.lang.String attributeType,
int maxCount)
Creates a new instance. |
Method Summary | |
java.lang.String |
getAttributeType()
Returns the attribute ID to limit the maximum count. |
int |
getMaxCount()
Returns the maximum count of the attribute allowed. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProtectedItem.MaxValueCountItem(java.lang.String attributeType, int maxCount)
attributeType
- the attribute ID to limit the maximum countmaxCount
- the maximum count of the attribute allowedMethod Detail |
public java.lang.String getAttributeType()
public int getMaxCount()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |