212213214215216217218219220221222
* @return the path in dot notation */ public PathImpl getPropertyPath() { PathImpl currentPath = PathImpl.copy(path); if (getMetaProperty() != null) { currentPath.addProperty(getMetaProperty().getName()); } return currentPath; } /**