Uses of Class
org.teiid.language.AndOr.Operator
-
Packages that use AndOr.Operator Package Description org.teiid.language -
-
Uses of AndOr.Operator in org.teiid.language
Methods in org.teiid.language that return AndOr.Operator Modifier and Type Method Description AndOr.OperatorAndOr. getOperator()Get operator used to connect these criteria.static AndOr.OperatorAndOr.Operator. valueOf(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 Modifier and Type Method Description AndOrLanguageFactory. createAndOr(AndOr.Operator operator, Condition left, Condition right)voidAndOr. setOperator(AndOr.Operator operator)Set operator used to connect these criteria.Constructors in org.teiid.language with parameters of type AndOr.Operator Constructor Description AndOr(Condition left, Condition right, AndOr.Operator operator)
-