|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.beans.factory.parsing.PropertyEntry
public class PropertyEntry
ParseState entry representing a JavaBean property.
| 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 |
| Constructor Detail |
|---|
public PropertyEntry(java.lang.String name)
PropertyEntry class.
name - the name of the JavaBean property represented by this instance
java.lang.IllegalArgumentException - if the supplied name is null
or consists wholly of whitespace| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||