package org.odata4j.expression; public interface IntegralLiteral extends LiteralExpression { int getValue(); }