org.progeeks.util.beans
Interface PropertyPath.PathReference

All Known Implementing Classes:
PropertyPath.PropertyReference
Enclosing class:
PropertyPath

protected static interface PropertyPath.PathReference

Generic worker object interface for PathElements. PathElements represent the parsed elements of the path. PathReferences are the access objects for those path elements.


Method Summary
 java.lang.Object getValue()
          Returns the value of this reference.
 void release()
          Releases any listeners this reference may have registered.
 void setValue(java.lang.Object value)
          Sets the value of this reference.
 

Method Detail

getValue

java.lang.Object getValue()
Returns the value of this reference.


setValue

void setValue(java.lang.Object value)
Sets the value of this reference.


release

void release()
Releases any listeners this reference may have registered.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.