org.progeeks.util.beans
Class PropertyPath.PropertyElement

java.lang.Object
  extended by org.progeeks.util.beans.PropertyPath.PropertyElement
All Implemented Interfaces:
PropertyPath.PathElement
Enclosing class:
PropertyPath

protected static class PropertyPath.PropertyElement
extends java.lang.Object
implements PropertyPath.PathElement

Represents a single field element refering to a bean property.


Constructor Summary
PropertyPath.PropertyElement(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyPath.PropertyElement

public PropertyPath.PropertyElement(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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