RoundMethodCallExpression.java :  » Tools » odata4j » org » odata4j » expression » Android Open Source

Android Open Source » Tools » odata4j 
odata4j » org » odata4j » expression » RoundMethodCallExpression.java
package org.odata4j.expression;

public interface RoundMethodCallExpression extends MethodCallExpression {

    public abstract CommonExpression getTarget();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.