当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
PropertyEntry (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.beans.factory.parsing
Class PropertyEntry
java.lang.Object
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
PropertyEntry
class.
- Parameters:
name
- the name of the JavaBean property represented by this instance
- Throws:
IllegalArgumentException
- if the supplied name
is null
or consists wholly of whitespace
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2007 The Spring Framework.