public class BindingExpression extends Object
protected String
expression
BindingExpression(String expression)
String
getExpression()
Object
getValue(Object context, Map contextVariables)
void
setValue(Object context, Map contextVariables, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String expression
public BindingExpression(String expression)
public String getExpression()
public void setValue(Object context, Map contextVariables, Object value)
public Object getValue(Object context, Map contextVariables)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.