public interface IndexRow
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
The path of the node, if available.
|
PropertyValue |
getValue(java.lang.String columnName)
The value of the given property, if available.
|
boolean |
isVirtualRow()
Marks if the row is virtual and behavior of
getPath is undefined. |
boolean isVirtualRow()
getPath
is undefined. The implementation may
choose to return null
or empty string. User of a virtual row should now rely of value of
getPath
returned from virtual rows.java.lang.String getPath()
PropertyValue getValue(java.lang.String columnName)
columnName
- the column nameCopyright © 2010 - 2020 Adobe. All Rights Reserved