org.apache.directory.api.ldap.aci.protectedItem
Class RangeOfValuesItem
java.lang.Object
org.apache.directory.api.ldap.aci.ProtectedItem
org.apache.directory.api.ldap.aci.protectedItem.RangeOfValuesItem
public class RangeOfValuesItem
- 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.
|
Constructor Summary |
RangeOfValuesItem(org.apache.directory.api.ldap.model.filter.ExprNode filter)
Creates a new instance. |
RangeOfValuesItem
public RangeOfValuesItem(org.apache.directory.api.ldap.model.filter.ExprNode filter)
- Creates a new instance.
- Parameters:
filter - the expression
getRefinement
public org.apache.directory.api.ldap.model.filter.ExprNode getRefinement()
- Gets the filter.
TODO: rename to getFilter()
- Returns:
- the filter
hashCode
public int hashCode()
-
- Overrides:
hashCode in class Object
equals
public boolean equals(Object o)
-
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
- See Also:
Object.toString()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.