Package com.wavefront.predicates
Interface StringExpression
-
- All Superinterfaces:
BaseExpression
- All Known Implementing Classes:
TemplateStringExpression
public interface StringExpression extends BaseExpression
An expression that returns a string.- Author:
- vasily@wavefront.com.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetString(Object entity)Get a string value.
-