public class ToStringExpression extends AbstractExpression
QueryExpression, but does
not make any special adjustments to the value. Also, unlike that expression type, this one uses the current locale as
well.children, context, updateListener| Constructor and Description |
|---|
ToStringExpression() |
ToStringExpression(java.util.Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute()
Compute and return the value of this expression
|
java.lang.String |
getOpName()
Return a human-readable name for the operation that this expression performs
|
java.lang.Class<?> |
getType()
Return the type that this expression will return
|
protected java.lang.String |
objToStr(java.lang.Object value) |
connect, disconnect, getChildren, setChildren, shutdown, startup, typeMismatchpublic ToStringExpression()
public ToStringExpression(java.util.Locale locale)
public QualifiedValue execute() throws ExpressionException
ExpressionExpressionExceptionpublic java.lang.Class<?> getType()
Expressionpublic java.lang.String getOpName()
Expressionprotected java.lang.String objToStr(java.lang.Object value)