package org.odata4j.expression; public interface SingleLiteral extends LiteralExpression { float getValue(); }