All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.odata4j.expression.AggregateBoolFunction Maven / Gradle / Ivy

The newest version!
package org.odata4j.expression;

/**
 /(:)
 */
public interface AggregateBoolFunction extends BoolCommonExpression {

  CommonExpression getSource(); // .NET docs use this terminology

  String getVariable();

  BoolCommonExpression getPredicate();

  ExpressionParser.AggregateFunction getFunctionType();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy