Uses of Class
org.apache.directory.shared.ldap.filter.AssertionType

Packages that use AssertionType
org.apache.directory.shared.ldap.filter   
 

Uses of AssertionType in org.apache.directory.shared.ldap.filter
 

Fields in org.apache.directory.shared.ldap.filter declared as AssertionType
protected  AssertionType AbstractExprNode.assertionType
          The node type
 

Methods in org.apache.directory.shared.ldap.filter that return AssertionType
 AssertionType AbstractExprNode.getAssertionType()
           
 AssertionType ExprNode.getAssertionType()
          Gets the assertion type of this node.
 AssertionType OrNode.getOperator()
          Gets the operator for this branch node.
 AssertionType AndNode.getOperator()
          Gets the operator for this branch node.
 AssertionType NotNode.getOperator()
          Gets the operator for this branch node.
static AssertionType AssertionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AssertionType[] AssertionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.directory.shared.ldap.filter with parameters of type AssertionType
AbstractExprNode(AssertionType assertionType)
          Creates a node by setting abstract node type.
BranchNode(AssertionType assertionType)
          Creates a BranchNode using a logical operator.
BranchNode(AssertionType assertionType, ExprNode... childList)
          Creates a BranchNode using a logical operator and a list of children.
BranchNode(AssertionType assertionType, java.util.List<ExprNode> childList)
          Creates a BranchNode using a logical operator and a list of children.
EqualityNode(java.lang.String attribute, Value<T> value, AssertionType assertionType)
          Creates a new Equality object.
LeafNode(java.lang.String attribute, AssertionType assertionType)
          Creates a leaf node.
SimpleNode(java.lang.String attribute, Value<T> value, AssertionType assertionType)
          Creates a new SimpleNode object.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.