| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TableUsage |
ProductCmptType.getDeclaredTableUsage(String name)
Returns the
TableUsage with the given name which is declared in this type. |
TableUsage |
ProductCmptType.getTableUsage(String name)
Returns the
TableUsage for the specified name. |
| Modifier and Type | Method and Description |
|---|---|
List<TableUsage> |
ProductCmptType.getDeclaredTableUsages()
Returns a list of
TableUsages which are declared in this type. |
List<TableUsage> |
ProductCmptType.getTableUsages()
Returns a list of
TableUsages which are declared in this type or in any
super type. |
| Modifier and Type | Method and Description |
|---|---|
TableUsage |
TableUsageCollector.TableUsageDescriptor.create(ModelElement parentElement) |
Copyright © 2021. All rights reserved.