public class ElValueProvider extends Object implements ParameterValueProvider, Comparable<ElValueProvider>
IoParameter
mappings.Modifier and Type | Field and Description |
---|---|
protected Expression |
expression |
Constructor and Description |
---|
ElValueProvider(Expression expression) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ElValueProvider o) |
Expression |
getExpression() |
Object |
getValue(VariableScope variableScope) |
void |
setExpression(Expression expression) |
protected Expression expression
public ElValueProvider(Expression expression)
public Object getValue(VariableScope variableScope)
getValue
in interface ParameterValueProvider
variableScope
- the scope in which the value is to be resolved.public Expression getExpression()
public void setExpression(Expression expression)
public int compareTo(ElValueProvider o)
compareTo
in interface Comparable<ElValueProvider>
Copyright © 2022. All rights reserved.