org.apache.directory.shared.ldap.aci
Class ProtectedItem.RangeOfValues

java.lang.Object
  extended byorg.apache.directory.shared.ldap.aci.ProtectedItem
      extended byorg.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 Class Summary
 
Nested classes 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
 
Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.aci.ProtectedItem
ALL_USER_ATTRIBUTE_TYPES, ALL_USER_ATTRIBUTE_TYPES_AND_VALUES, ENTRY
 
Constructor Summary
ProtectedItem.RangeOfValues(ExprNode filter)
          Creates a new instance.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 ExprNode getFilter()
          Returns the expression.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProtectedItem.RangeOfValues

public ProtectedItem.RangeOfValues(ExprNode filter)
Creates a new instance.

Parameters:
filter - the expression
Method Detail

getFilter

public ExprNode getFilter()
Returns the expression.


equals

public boolean equals(java.lang.Object o)

toString

public java.lang.String toString()


Copyright © 2003-2006 . All Rights Reserved.