public static class PropertyResolver.PropertyPathEntry
extends java.lang.Object
Constructor and Description |
---|
PropertyResolver.PropertyPathEntry(java.lang.String path,
java.lang.String remainingPath,
java.lang.Object entry,
java.lang.Object mother)
Create an instance of a PropertyPathEntry
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getEntry()
Get the entry
|
java.lang.Object |
getMother()
Get mother object(s)
|
java.lang.String |
getPath()
Get the path that resolved to this property
|
java.lang.String |
getPropertyName()
Get property name of this entry
|
java.lang.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(java.lang.String path, java.lang.String remainingPath, java.lang.Object entry, java.lang.Object mother)
path
- path that resolved to this entryremainingPath
- remaining part of the pathentry
- resolved entrymother
- mother object (may be null)public java.lang.Object getMother()
public java.lang.String getPropertyName()
public java.lang.Object getEntry()
public java.lang.String getPath()
public java.lang.String getRemainingPath()
public boolean isLastEntry()
Copyright © 2018 Gentics Software. All Rights Reserved.