Uses of Class
org.faktorips.runtime.model.table.TableStructure
Packages that use TableStructure
Package
Description
Contains classes that allow access to design time model information about Faktor-IPS objects.
Classes that allow access to design time model information on tables.
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 TableStructureModifier and TypeMethodDescriptionstatic TableStructureIpsModel.getTableStructure(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 TableStructureModifier and TypeMethodDescriptionprotected static LinkedHashMap<String,TableColumn> TableColumn.createModelsFrom(TableStructure tableStructure, Class<? extends ITable<?>> tableObjectClass, Class<?> tableRowClass) Constructors in org.faktorips.runtime.model.table with parameters of type TableStructureModifierConstructorDescriptionprotectedTableColumn(TableStructure tableStructure, String name, Class<?> datatype, Method getter) -
Uses of TableStructure in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return TableStructureModifier and TypeMethodDescriptionTableUsage.getTableStructure()Deprecated, for removal: This API element is subject to removal in a future version.This method is deprecated.Methods in org.faktorips.runtime.model.type that return types with arguments of type TableStructureModifier and TypeMethodDescriptionTableUsage.getTableStructures()Returns a list of models for the table structures referenced in this table usage..