Uses of Class
org.faktorips.runtime.model.type.TableUsage
Packages that use TableUsage
Package
Description
Classes that allow access to design time model information on policy and product component types.
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 TableUsageModifier and TypeMethodDescriptionProductCmptType.getDeclaredTableUsage(String name) Returns theTableUsagewith the givennamewhich is declared in this type.ProductCmptType.getTableUsage(String name) Returns theTableUsagefor the specified name.Methods in org.faktorips.runtime.model.type that return types with arguments of type TableUsageModifier and TypeMethodDescriptionProductCmptType.getDeclaredTableUsages()Returns a list ofTableUsageswhich are declared in this type.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 TableUsageModifier and TypeMethodDescriptionTableUsageCollector.TableUsageDescriptor.create(ModelElement parentElement)