package org.odata4j.expression; public interface Int64Literal extends LiteralExpression { long getValue(); }