org.zkoss.xel.zel
Class ELXelExpression.ValueReferenceImpl
java.lang.Object
org.zkoss.xel.zel.ELXelExpression.ValueReferenceImpl
- All Implemented Interfaces:
- Serializable, ValueReference
- Enclosing class:
- ELXelExpression
public static class ELXelExpression.ValueReferenceImpl
- extends Object
- implements ValueReference, Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELXelExpression.ValueReferenceImpl
public ELXelExpression.ValueReferenceImpl(Object base,
Object property)
getBase
public Object getBase()
- Description copied from interface:
ValueReference
- Returns the base model.
- Specified by:
getBase in interface ValueReference
- Returns:
- the base model.
getProperty
public Object getProperty()
- Description copied from interface:
ValueReference
- Returns the property of the base model.
- Specified by:
getProperty in interface ValueReference
- Returns:
- the property of the base model.
Copyright © 2015. All rights reserved.