public interface FeatureDataRow
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Gets the size of the row
|
SimpleEntity |
getHeader()
Get the header for the row, or
null if the row has no header |
Object |
getValue(int columnIndex)
Gets a value in the row at a specific column
|
List<Object> |
getValues()
Gets all the values in the Row as a list
|
Object[] |
getValuesAsArray()
Gets all the values in the Row as an array
|
List<Object> getValues()
Object[] getValuesAsArray()
Object getValue(int columnIndex)
columnIndex - int getColumnCount()
SimpleEntity getHeader()
null if the row has no headerCopyright © 2016. All rights reserved.