Interface Constant

All Known Subinterfaces:
Literal, Parameter
All Known Implementing Classes:
CollectionParam, Lit, Null, Param, TypeLit

public interface Constant
Interface for any query constant value.
Author:
Marc Prud'hommeaux
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(Object[] parameters)
    Return the value for this constant given the specified parameters.
  • Method Details

    • getValue

      Object getValue(Object[] parameters)
      Return the value for this constant given the specified parameters.