|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogicalOperator | |
|---|---|
| org.eobjects.metamodel.query | API for querying |
| Uses of LogicalOperator in org.eobjects.metamodel.query |
|---|
| Methods in org.eobjects.metamodel.query that return LogicalOperator | |
|---|---|
LogicalOperator |
FilterItem.getLogicalOperator()
|
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. |
| Constructors in org.eobjects.metamodel.query with parameters of type LogicalOperator | |
|---|---|
FilterItem(LogicalOperator logicalOperator,
FilterItem... items)
Creates a compound filter item based on other filter items. |
|
FilterItem(LogicalOperator logicalOperator,
List<FilterItem> items)
Creates a compound filter item based on other filter items. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||