Package org.n52.shetland.oasis.odata
Interface ODataExpr
-
public interface ODataExpr
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringtoODataString()Returns a String representation of the Expr that can be used directly in an OData Query String.
-
-
-
Method Detail
-
toODataString
default String toODataString()
Returns a String representation of the Expr that can be used directly in an OData Query String. This might differ from the default toString() Method- Returns:
- String representation of this Expr
-
-