Uses of Interface
com.wewebu.expression.language.OwExprProperty

Packages that use OwExprProperty
com.wewebu.expression.language   
 

Uses of OwExprProperty in com.wewebu.expression.language
 

Classes in com.wewebu.expression.language that implement OwExprProperty
 class OwExprObjectProperty
           OwExprObjectProperty.
 class OwExprReflectiveProperty
           Reflective properties are properties that rely on POJOs getters to return values.
 class OwExprScopedProperty
           OwExprScopedProperty.
 

Methods in com.wewebu.expression.language that return OwExprProperty
 OwExprProperty OwExprValue.at(int index_p)
          Indexed scope access method
 OwExprProperty OwExprStaticArray.at(int index_p)
           
 OwExprProperty OwExprScopeValue.at(int index_p)
          Indexed access delegate.
Delegates to OwExprScopeValue.m_scope.
 OwExprProperty OwExprScopedProperty.at(int index_p)
           
 OwExprProperty OwExprScope.at(int index_p)
          Indexed scope access method
 OwExprProperty OwExprReflectiveScope.at(int index_p)
          Indexed scope access method form an array POJO.
 OwExprProperty OwExprReflectiveProperty.at(int index_p)
           
 OwExprProperty OwExprExternalScope.at(int index_p)
           
protected  OwExprProperty OwExprReflectiveScope.prelevateProperty(String propertyName_p)
           
protected  OwExprProperty OwExprExternalScope.prelevateProperty(String propertyName_p)
          Property search hook for OwExprExternalScope.property(String).
 OwExprProperty OwExprValue.property(String propertyName_p)
          Scope OwExprScope.property(String) default implementation.
 OwExprProperty OwExprStaticArray.property(String propertyName_p)
           
 OwExprProperty OwExprScopeValue.property(String propertyName_p)
           
 OwExprProperty OwExprScopedProperty.property(String propertyName_p)
           
 OwExprProperty OwExprScope.property(String propertyName_p)
          Property access method.
 OwExprProperty OwExprReflectiveProperty.property(String propertyName_p)
           
 OwExprProperty OwExprExternalScope.property(String propertyName_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.