Package org.zkoss.xel
Interface ValueReference
-
- All Known Implementing Classes:
ELXelExpression.ValueReferenceImpl
public interface ValueReference
This represents a base model object and one of its properties (EL 2.2).- Since:
- 6.0.0
- Author:
- henri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getBase()
Returns the base model.java.lang.Object
getProperty()
Returns the property of the base model.
-