|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssertionType | |
|---|---|
| org.apache.directory.api.ldap.model.filter | |
| Uses of AssertionType in org.apache.directory.api.ldap.model.filter |
|---|
| Fields in org.apache.directory.api.ldap.model.filter declared as AssertionType | |
|---|---|
protected AssertionType |
AbstractExprNode.assertionType
The node type |
| Methods in org.apache.directory.api.ldap.model.filter that return AssertionType | |
|---|---|
AssertionType |
ExprNode.getAssertionType()
Gets the assertion type of this node. |
AssertionType |
AbstractExprNode.getAssertionType()
|
AssertionType |
OrNode.getOperator()
Gets the operator for this branch node. |
AssertionType |
NotNode.getOperator()
Gets the operator for this branch node. |
AssertionType |
AndNode.getOperator()
Gets the operator for this branch node. |
static AssertionType |
AssertionType.valueOf(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.api.ldap.model.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,
List<ExprNode> childList)
Creates a BranchNode using a logical operator and a list of children. |
|
LeafNode(AttributeType attributeType,
AssertionType assertionType)
Creates a leaf node. |
|
LeafNode(String attribute,
AssertionType assertionType)
Creates a leaf node. |
|
SimpleNode(AttributeType attributeType,
Value<T> value,
AssertionType assertionType)
Creates a new SimpleNode object. |
|
SimpleNode(String attribute,
Value<T> value,
AssertionType assertionType)
Creates a new SimpleNode object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||