Uses of Class
org.apache.commons.jxpath.ri.model.beans.PropertyPointer

Packages that use PropertyPointer
org.apache.commons.jxpath.ri.model.beans Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null. 
org.apache.commons.jxpath.ri.model.dynabeans Implementation of "model" APIs for Commons BeanUtils DynaBeans. 
org.apache.commons.jxpath.ri.model.dynamic Implementation of "model" APIs for dynamic property objects e.g. 
 

Uses of PropertyPointer in org.apache.commons.jxpath.ri.model.beans
 

Subclasses of PropertyPointer in org.apache.commons.jxpath.ri.model.beans
 class BeanPropertyPointer
          Pointer pointing to a property of a JavaBean.
 class NullPropertyPointer
           
 

Methods in org.apache.commons.jxpath.ri.model.beans that return PropertyPointer
 PropertyPointer NullPointer.getPropertyPointer()
           
abstract  PropertyPointer PropertyOwnerPointer.getPropertyPointer()
          Get a PropertyPointer for this PropertyOwnerPointer.
 PropertyPointer NullElementPointer.getPropertyPointer()
          Get the property pointer for this.
 PropertyPointer BeanPointer.getPropertyPointer()
           
 

Uses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynabeans
 

Subclasses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynabeans
 class DynaBeanPropertyPointer
          Pointer pointing to a property of a DynaBean.
 

Methods in org.apache.commons.jxpath.ri.model.dynabeans that return PropertyPointer
 PropertyPointer DynaBeanPointer.getPropertyPointer()
           
 

Uses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynamic
 

Subclasses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynamic
 class DynamicPropertyPointer
          Pointer pointing to a property of an object with dynamic properties.
 

Methods in org.apache.commons.jxpath.ri.model.dynamic that return PropertyPointer
 PropertyPointer DynamicPointer.getPropertyPointer()
           
 



Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.