Uses of Class
org.teiid.language.AndOr.Operator

Packages that use AndOr.Operator
org.teiid.language   
 

Uses of AndOr.Operator in org.teiid.language
 

Methods in org.teiid.language that return AndOr.Operator
 AndOr.Operator AndOr.getOperator()
          Get operator used to connect these criteria.
static AndOr.Operator AndOr.Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AndOr.Operator[] AndOr.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.language with parameters of type AndOr.Operator
 AndOr LanguageFactory.createAndOr(AndOr.Operator operator, Condition left, Condition right)
           
 void AndOr.setOperator(AndOr.Operator operator)
          Set operator used to connect these criteria.
 

Constructors in org.teiid.language with parameters of type AndOr.Operator
AndOr(Condition left, Condition right, AndOr.Operator operator)
           
 



Copyright © 2011. All Rights Reserved.