org.progeeks.util.beans
Interface PropertyPath.PathElement

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

protected static interface PropertyPath.PathElement

Represents a single element from a parsed path string. These are just parse tokens so that we don't have to parse the string each time. Implementations will define their own information.




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