public class PropertyPath
extends java.lang.Object
| Constructor and Description |
|---|
PropertyPath() |
PropertyPath(PropertyPath parent,
java.lang.String property) |
PropertyPath(java.lang.String property) |
| Modifier and Type | Method and Description |
|---|---|
PropertyPath |
append(java.lang.String property) |
java.lang.String |
getFullPath() |
PropertyPath |
getParent() |
java.lang.String |
getProperty() |
boolean |
isRoot() |
java.lang.String |
toString() |
public PropertyPath(PropertyPath parent, java.lang.String property)
public PropertyPath(java.lang.String property)
public PropertyPath()
public PropertyPath append(java.lang.String property)
public PropertyPath getParent()
public java.lang.String getProperty()
public java.lang.String getFullPath()
public boolean isRoot()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013. All Rights Reserved.