package org.odata4j.expression; public interface BooleanLiteral extends LiteralExpression, BoolCommonExpression { boolean getValue(); }