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.Object
getBase()
Returns the base model.java.lang.Object
getProperty()
Returns the property of the base model.
-
-
-
Method Detail
-
getBase
public java.lang.Object getBase()
Description copied from interface:ValueReference
Returns the base model.- Specified by:
getBase
in interfaceValueReference
- Returns:
- the base model.
-
getProperty
public java.lang.Object getProperty()
Description copied from interface:ValueReference
Returns the property of the base model.- Specified by:
getProperty
in interfaceValueReference
- Returns:
- the property of the base model.
-
-