package org.odata4j.expression; public interface RoundMethodCallExpression extends MethodCallExpression { CommonExpression getTarget(); }