| Package | Description |
|---|---|
| org.sodeac.common.xuri.ldapfilter |
| Modifier and Type | Method and Description |
|---|---|
static ComparativeOperator |
ComparativeOperator.findByAbbreviation(String abbreviation) |
static ComparativeOperator |
ComparativeOperator.findByInteger(int value) |
static ComparativeOperator |
ComparativeOperator.findByName(String name) |
ComparativeOperator |
Attribute.getOperator()
getter for ldap operator
|
static ComparativeOperator |
ComparativeOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparativeOperator[] |
ComparativeOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ComparativeOperator> |
ComparativeOperator.getAll() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IMatchable.matches(ComparativeOperator operator,
String name,
String valueExpression)
returns matchable match to ldap attribute
|
boolean |
DefaultMatchableWrapper.matches(ComparativeOperator operator,
String name,
String valueExpression) |
Attribute |
Attribute.setOperator(ComparativeOperator operator)
setter for ldap operator
|
Copyright © 2020. All rights reserved.