Uses of Class
org.faktorips.runtime.model.table.TableStructureKind
-
Packages that use TableStructureKind Package Description org.faktorips.runtime.model.annotation Annotations in Faktor-IPS generated classes that contain information about the design time model.org.faktorips.runtime.model.table Classes that allow access to design time model information on tables. -
-
Uses of TableStructureKind in org.faktorips.runtime.model.annotation
Methods in org.faktorips.runtime.model.annotation that return TableStructureKind Modifier and Type Method Description TableStructureKindtype()Whether this table structure allows multiple contents. -
Uses of TableStructureKind in org.faktorips.runtime.model.table
Methods in org.faktorips.runtime.model.table that return TableStructureKind Modifier and Type Method Description TableStructureKindTableStructure. getKind()static TableStructureKindTableStructureKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TableStructureKind[]TableStructureKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-