Uses of Class
org.eobjects.metamodel.query.LogicalOperator

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.
 



Copyright © 2007-2013. All Rights Reserved.