|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.core.utils.PropertyPath
public class PropertyPath
PropertyPath class.
| Constructor Summary | |
|---|---|
PropertyPath(String nestedPath)
Constructor for PropertyPath. |
|
| Method Summary | |
|---|---|
String |
getKey()
Getter for the field key. |
PropertyPath |
getParent()
Getter for the field parent. |
String |
getPropertyName()
Getter for the field propertyName. |
Object |
getValue(org.springframework.beans.BeanWrapper beanWrapper)
getValue |
Object |
getValue(Object root)
getValue |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyPath(String nestedPath)
Constructor for PropertyPath.
nestedPath - a String object.| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getKey()
Getter for the field key.
String object.public PropertyPath getParent()
Getter for the field parent.
PropertyPath object.public String getPropertyName()
Getter for the field propertyName.
String object.
public Object getValue(Object root)
throws org.springframework.beans.InvalidPropertyException
getValue
root - a Object object.
Object object.
org.springframework.beans.InvalidPropertyException
public Object getValue(org.springframework.beans.BeanWrapper beanWrapper)
throws org.springframework.beans.InvalidPropertyException
getValue
beanWrapper - a BeanWrapper object.
Object object.
org.springframework.beans.InvalidPropertyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||