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

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

The newest version!
package org.odata4j.expression;

public interface CastExpression extends CommonExpression {

  CommonExpression getExpression(); // optional

  String getType();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy