public static class PropertyResolver.PropertyPathEntry extends Object
Constructor and Description |
---|
PropertyResolver.PropertyPathEntry(String path,
String remainingPath,
Object entry,
Object mother)
Create an instance of a PropertyPathEntry
|
Modifier and Type | Method and Description |
---|---|
Object |
getEntry()
Get the entry
|
Object |
getMother()
Get mother object(s)
|
String |
getPath()
Get the path that resolved to this property
|
String |
getPropertyName()
Get property name of this entry
|
String |
getRemainingPath()
Get the remaining part of the path
|
boolean |
isLastEntry()
Check whether this entry is the last entry (the actual resolved
property)
|
public PropertyResolver.PropertyPathEntry(String path, String remainingPath, Object entry, Object mother)
path
- path that resolved to this entryremainingPath
- remaining part of the pathentry
- resolved entrymother
- mother object (may be null)public Object getMother()
public String getPropertyName()
public Object getEntry()
public String getPath()
public String getRemainingPath()
public boolean isLastEntry()
Copyright © 2016 Gentics Software GmbH. All Rights Reserved.