org.apache.directory.api.ldap.aci.protectedItem
Class RangeOfValuesItem

java.lang.Object
  extended by org.apache.directory.api.ldap.aci.ProtectedItem
      extended by 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.


Field Summary
 
Fields inherited from class org.apache.directory.api.ldap.aci.ProtectedItem
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY
 
Constructor Summary
RangeOfValuesItem(org.apache.directory.api.ldap.model.filter.ExprNode filter)
          Creates a new instance.
 
Method Summary
 boolean equals(Object o)
          
 org.apache.directory.api.ldap.model.filter.ExprNode getRefinement()
          Gets the filter.
 int hashCode()
          
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangeOfValuesItem

public RangeOfValuesItem(org.apache.directory.api.ldap.model.filter.ExprNode filter)
Creates a new instance.

Parameters:
filter - the expression
Method Detail

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.