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

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

public interface EndsWithMethodCallExpression extends BoolMethodExpression {

    public abstract CommonExpression getTarget();

    public abstract CommonExpression getValue();
}
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.