Class ELXelExpression.ValueReferenceImpl

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValueReferenceImpl

        public 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.