Interface LiteralExpression

All Superinterfaces:
Expression

public interface LiteralExpression extends Expression
Represents a literal expression node in the expression tree. This expression is not validated by default.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the literal expression's text value.
    Returns the literal expression's type.

    Methods inherited from interface com.liferay.portal.odata.filter.expression.Expression

    accept
  • Method Details

    • getText

      String getText()
      Returns the literal expression's text value.
      Returns:
      the text value
    • getType

      Returns the literal expression's type.
      Returns:
      the type