org.springframework.beans.factory.parsing
Class PropertyEntry

java.lang.Object
  extended by org.springframework.beans.factory.parsing.PropertyEntry
All Implemented Interfaces:
ParseState.Entry

public class PropertyEntry
extends java.lang.Object
implements ParseState.Entry

ParseState entry representing a JavaBean property.

Since:
2.0
Author:
Rob Harrop

Field Summary
private  java.lang.String name
           
 
Constructor Summary
PropertyEntry(java.lang.String name)
          Creates a new instance of the PropertyEntry class.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private final java.lang.String name
Constructor Detail

PropertyEntry

public PropertyEntry(java.lang.String name)
Creates a new instance of the PropertyEntry class.

Parameters:
name - the name of the JavaBean property represented by this instance
Throws:
java.lang.IllegalArgumentException - if the supplied name is null or consists wholly of whitespace
Method Detail

toString

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