public interface TableRow
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends Range> |
getColumnInput(java.lang.String key)
A list of values from the input column represented by the passed key
|
java.util.List<? extends Endpoint> |
getEndpoints()
A list of endpoints on the row
|
java.util.List<? extends Range> getColumnInput(java.lang.String key)
key - the field name of the columnjava.util.List<? extends Endpoint> getEndpoints()