| Package | Description |
|---|---|
| org.sodeac.common.xuri.ldapfilter |
| Modifier and Type | Method and Description |
|---|---|
static LogicalOperator |
LogicalOperator.findByAbbreviation(char abbreviation) |
static LogicalOperator |
LogicalOperator.findByInteger(int value) |
static LogicalOperator |
LogicalOperator.findByName(String name) |
LogicalOperator |
AttributeLinker.getOperator()
getter for link operator
|
static LogicalOperator |
LogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogicalOperator[] |
LogicalOperator.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<LogicalOperator> |
LogicalOperator.getAll() |
| Modifier and Type | Method and Description |
|---|---|
AttributeLinker |
AttributeLinker.setOperator(LogicalOperator operator)
setter for link operator
|
Copyright © 2020. All rights reserved.