public interface ResultRow
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath()
The path, assuming there is only one selector.
|
java.lang.String |
getPath(java.lang.String selectorName)
The path for the given selector name.
|
Tree |
getTree(java.lang.String selectorName)
The tree for the given selector name.
|
PropertyValue |
getValue(java.lang.String columnName)
The property value.
|
PropertyValue[] |
getValues()
Get the list of values.
|
java.lang.String getPath()
java.lang.IllegalArgumentException
- if there are multiple selectorsjava.lang.String getPath(java.lang.String selectorName)
selectorName
- the selector name (null if there is only one selector)java.lang.IllegalArgumentException
- if the selector was not found,
or if there are multiple selectors but the passed selectorName is nullTree getTree(java.lang.String selectorName)
selectorName
- the selector name (null if there is only one selector)java.lang.IllegalArgumentException
- if the selector was not found,
or if there are multiple selectors but the passed selectorName is nullPropertyValue getValue(java.lang.String columnName)
columnName
- the column namejava.lang.IllegalArgumentException
- if the column was not foundPropertyValue[] getValues()
Copyright © 2010 - 2020 Adobe. All Rights Reserved