| Package | Description |
|---|---|
| org.faktorips.runtime.model |
Contains classes that allow access to design time model information about Faktor-IPS objects.
|
| org.faktorips.runtime.model.table |
Classes that allow access to design time model information on tables.
|
| org.faktorips.runtime.model.type |
Classes that allow access to design time model information on policy and product component types.
|
| Modifier and Type | Method and Description |
|---|---|
static TableStructure |
IpsModel.getTableStructure(Class<? extends ITable<?>> tableObjectClass) |
static TableStructure |
IpsModel.getTableStructure(ITable<?> table) |
| Modifier and Type | Method and Description |
|---|---|
protected static LinkedHashMap<String,TableColumn> |
TableColumn.createModelsFrom(TableStructure tableStructure,
Class<? extends ITable<?>> tableObjectClass,
Class<?> tableRowClass) |
| Constructor and Description |
|---|
TableColumn(TableStructure tableStructure,
String name,
Class<?> datatype,
Method getterMethod) |
| Modifier and Type | Method and Description |
|---|---|
TableStructure |
TableUsage.getTableStructure() |
Copyright © 2019. All rights reserved.