Package org.zkoss.xel.zel
Class ELXelExpression.ValueReferenceImpl
- java.lang.Object
-
- org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
-
- All Implemented Interfaces:
java.io.Serializable,ValueReference
- Enclosing class:
- ELXelExpression
public static class ELXelExpression.ValueReferenceImpl extends java.lang.Object implements ValueReference, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueReferenceImpl(java.lang.Object base, java.lang.Object property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetBase()Returns the base model.java.lang.ObjectgetProperty()Returns the property of the base model.
-
-
-
Method Detail
-
getBase
public java.lang.Object getBase()
Description copied from interface:ValueReferenceReturns the base model.- Specified by:
getBasein interfaceValueReference- Returns:
- the base model.
-
getProperty
public java.lang.Object getProperty()
Description copied from interface:ValueReferenceReturns the property of the base model.- Specified by:
getPropertyin interfaceValueReference- Returns:
- the property of the base model.
-
-