Class StringSearchExpression

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String expression  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringSearchExpression​(java.lang.String expression)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStringValue()
      Returns the expression value as plain java String.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • expression

        private final java.lang.String expression
    • Constructor Detail

      • StringSearchExpression

        public StringSearchExpression​(java.lang.String expression)
    • Method Detail

      • getStringValue

        public java.lang.String getStringValue()
        Description copied from interface: SearchExpression
        Returns the expression value as plain java String.
        Specified by:
        getStringValue in interface SearchExpression
        Returns: