public interface ParameterTable
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Returns the column count.
|
List<String> |
getColumnIDs()
Returns the ids of the columns.
|
List<PropertyType> |
getColumnPropertyTypes()
Returns the columns property types.
|
int |
getRowCount()
Returns the row count.
|
<T> T |
getValueAt(int row,
int column)
Returns the value of the cell converted converted to internal units.
|
int getRowCount()
int getColumnCount()
<T> T getValueAt(int row, int column)
ClassCastException
if the type of the value does not match the type required by the context or provided via the generic parameter.T
- the required type for the valuerow
- the row of the cellcolumn
- the column of the cellClassCastException
- is thrown if the type of the result does not match the required typeList<String> getColumnIDs()
List<PropertyType> getColumnPropertyTypes()
PropertyType
Copyright © 2019 Solibri, Inc.. All rights reserved.