Uses of Enum Class
com.e1c.langtool.history.db.query.IOperation.BoolOp
Packages that use IOperation.BoolOp
-
Uses of IOperation.BoolOp in com.e1c.langtool.history.db.query
Methods in com.e1c.langtool.history.db.query that return IOperation.BoolOpModifier and TypeMethodDescriptionIOperation.getOperator()Returns the logical operator applicable to the expressions.Operation.getOperator()static IOperation.BoolOpReturns the enum constant of this class with the specified name.static IOperation.BoolOp[]IOperation.BoolOp.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.e1c.langtool.history.db.query with parameters of type IOperation.BoolOpModifierConstructorDescriptionOperation(IExpression left, IOperation.BoolOp op, IExpression right)