org.zkoss.xel.zel
Class ELXelExpression.ValueReferenceImpl

java.lang.Object
  extended by 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
ELXelExpression.ValueReferenceImpl(java.lang.Object base, java.lang.Object property)
           
 
Method Summary
 java.lang.Object getBase()
          Returns the base model.
 java.lang.Object getProperty()
          Returns the property of the base model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELXelExpression.ValueReferenceImpl

public ELXelExpression.ValueReferenceImpl(java.lang.Object base,
                                          java.lang.Object property)
Method Detail

getBase

public java.lang.Object getBase()
Description copied from interface: ValueReference
Returns the base model.

Specified by:
getBase in interface ValueReference
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 interface ValueReference
Returns:
the property of the base model.


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo