Interface SearchExpression

All Known Implementing Classes:
SearchTypedStringSearchExpression, SourcedSearchExpression, StringSearchExpression, UserInputSearchExpression

public interface SearchExpression
SearchExpression is a wrapper interface for expressions representable as plain strings to be used within searches.
Author:
cstamas
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the expression value as plain java String.
  • Method Details

    • getStringValue

      String getStringValue()
      Returns the expression value as plain java String.
      Returns: