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:
- 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 |
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(Object o)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012. All Rights Reserved.