Uses of Class
org.faktorips.runtime.model.table.TableStructure
-
Packages that use TableStructure 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. -
-
Uses of TableStructure in org.faktorips.runtime.model
Methods in org.faktorips.runtime.model that return TableStructure Modifier and Type Method Description static TableStructureIpsModel. getTableStructure(java.lang.Class<? extends ITable<?>> tableObjectClass)static TableStructureIpsModel. getTableStructure(ITable<?> table) -
Uses of TableStructure in org.faktorips.runtime.model.table
Methods in org.faktorips.runtime.model.table with parameters of type TableStructure Modifier and Type Method Description protected static java.util.LinkedHashMap<java.lang.String,TableColumn>TableColumn. createModelsFrom(TableStructure tableStructure, java.lang.Class<? extends ITable<?>> tableObjectClass, java.lang.Class<?> tableRowClass)Constructors in org.faktorips.runtime.model.table with parameters of type TableStructure Constructor Description TableColumn(TableStructure tableStructure, java.lang.String name, java.lang.Class<?> datatype, java.lang.reflect.Method getterMethod) -
Uses of TableStructure in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return TableStructure Modifier and Type Method Description TableStructureTableUsage. getTableStructure()
-