Uses of Class
org.faktorips.runtime.model.type.TableUsage
-
Packages that use TableUsage Package Description org.faktorips.runtime.model.type Classes that allow access to design time model information on policy and product component types.org.faktorips.runtime.model.type.read Internal use classes to read model information from annotations and via reflection. -
-
Uses of TableUsage in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return TableUsage Modifier and Type Method Description TableUsageProductCmptType. getDeclaredTableUsage(java.lang.String name)Returns theTableUsagewith the givennamewhich is declared in this type.TableUsageProductCmptType. getTableUsage(java.lang.String name)Returns theTableUsagefor the specified name.Methods in org.faktorips.runtime.model.type that return types with arguments of type TableUsage Modifier and Type Method Description java.util.List<TableUsage>ProductCmptType. getDeclaredTableUsages()Returns a list ofTableUsageswhich are declared in this type.java.util.List<TableUsage>ProductCmptType. getTableUsages()Returns a list ofTableUsageswhich are declared in this type or in any super type. -
Uses of TableUsage in org.faktorips.runtime.model.type.read
Methods in org.faktorips.runtime.model.type.read that return TableUsage Modifier and Type Method Description TableUsageTableUsageCollector.TableUsageDescriptor. create(ModelElement parentElement)
-