org.springframework.beans.factory.parsing
Class PropertyEntry
java.lang.Object
   org.springframework.beans.factory.parsing.PropertyEntry
org.springframework.beans.factory.parsing.PropertyEntry
- All Implemented Interfaces: 
- ParseState.Entry
- public class PropertyEntry 
- extends Object- implements ParseState.Entry
ParseState entry representing a JavaBean property.
- Since:
- 2.0
- Author:
- Rob Harrop
 
 
 
PropertyEntry
public PropertyEntry(String name)
- Creates a new instance of the PropertyEntryclass.
 
- Parameters:
- name- the name of the JavaBean property represented by this instance
- Throws:
- IllegalArgumentException- if the supplied- nameis- nullor consists wholly of whitespace
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2002-2008 The Spring Framework.