public class FreeFormExpression extends Expression
| Constructor and Description |
|---|
FreeFormExpression()
The default constructor.
|
FreeFormExpression(String value)
The constructor initialising the expression.
|
| Modifier and Type | Method and Description |
|---|---|
String |
evaluateText()
This method returns the textual representation of the expression.
|
String |
getValue() |
String |
predicateText()
This method returns the textual representation of the predicate.
|
void |
setValue(String value) |
String |
toString() |
public FreeFormExpression()
public FreeFormExpression(String value)
value - The valuepublic String getValue()
public void setValue(String value)
value - the value to setpublic String predicateText()
ExpressionpredicateText in class Expressionpublic String evaluateText()
ExpressionevaluateText in class ExpressionCopyright © 2015 Red Hat, Inc.. All rights reserved.