Interface LiteralExpression<T>

All Known Implementing Classes:
DateLiteral, EntityLiteral, EnumLiteral, NullExpression, NumericLiteral, StringLiteral, TemporalLiteral, TimeLiteral, TimestampLiteral

public interface LiteralExpression<T>
Since:
1.2.0
Author:
Moritz Becker
  • Method Summary

    Modifier and Type Method Description
    T getValue()