org.apache.directory.shared.ldap.aci
Class ProtectedItem.RangeOfValues
java.lang.Object
org.apache.directory.shared.ldap.aci.ProtectedItem
org.apache.directory.shared.ldap.aci.ProtectedItem.RangeOfValues
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ProtectedItem
public static class ProtectedItem.RangeOfValues
- extends ProtectedItem
Any attribute value which matches the specified filter, i.e. for which
the specified filter evaluated on that attribute value would return TRUE.
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class org.apache.directory.shared.ldap.aci.ProtectedItem |
ProtectedItem.AllAttributeValues, ProtectedItem.AllUserAttributeTypes, ProtectedItem.AllUserAttributeTypesAndValues, ProtectedItem.AttributeType, ProtectedItem.AttributeValue, ProtectedItem.Classes, ProtectedItem.Entry, ProtectedItem.MaxImmSub, ProtectedItem.MaxValueCount, ProtectedItem.MaxValueCountItem, ProtectedItem.RangeOfValues, ProtectedItem.RestrictedBy, ProtectedItem.RestrictedByItem, ProtectedItem.SelfValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProtectedItem.RangeOfValues
public ProtectedItem.RangeOfValues(ExprNode filter)
- Creates a new instance.
- Parameters:
filter
- the expression
getFilter
public ExprNode getFilter()
- Returns the expression.
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2009. All Rights Reserved.