public interface RowMetadata
| Modifier and Type | Method and Description |
|---|---|
ColumnMetadata |
getColumnMetadata(Object identifier)
Returns the
ColumnMetadata for one column in this row. |
Iterable<? extends ColumnMetadata> |
getColumnMetadatas()
Returns the
ColumnMetadata for all columns in this row. |
ColumnMetadata getColumnMetadata(Object identifier)
ColumnMetadata for one column in this row.identifier - the identifier of the columnColumnMetadata for one column in this rowIllegalArgumentException - if identifier is null or not supportedNoSuchElementException - if there is no column with the name identifierArrayIndexOutOfBoundsException - if the identifier is a index and it is less than zero or greater than the number of available columns.Iterable<? extends ColumnMetadata> getColumnMetadatas()
ColumnMetadata for all columns in this row.ColumnMetadata for all columns in this rowCopyright © 2019. All rights reserved.