public interface ResultRow
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
The path, assuming there is only one selector.
|
String |
getPath(String selectorName)
The path for the given selector name.
|
Tree |
getTree(String selectorName)
The tree for the given selector name.
|
PropertyValue |
getValue(String columnName)
The property value.
|
PropertyValue[] |
getValues()
Get the list of values.
|
String getPath()
IllegalArgumentException - if there are multiple selectorsString getPath(String selectorName)
selectorName - the selector name (null if there is only one selector)IllegalArgumentException - if the selector was not found,
or if there are multiple selectors but the passed selectorName is nullTree getTree(String selectorName)
selectorName - the selector name (null if there is only one selector)IllegalArgumentException - if the selector was not found,
or if there are multiple selectors but the passed selectorName is nullPropertyValue getValue(String columnName)
columnName - the column nameIllegalArgumentException - if the column was not foundPropertyValue[] getValues()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.