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   
org.apache.commons.jxpath.ri.model.dynamic   
 

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
abstract  PropertyPointer PropertyOwnerPointer.getPropertyPointer()
           
 PropertyPointer NullPointer.getPropertyPointer()
           
 PropertyPointer BeanPointer.getPropertyPointer()
           
 PropertyPointer NullElementPointer.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-2003 Apache Software Foundation. All Rights Reserved.