| Package | Description |
|---|---|
| org.faktorips.runtime.model.type |
Classes that allow access to design time model information on policy and product component types.
|
| Modifier and Type | Method and Description |
|---|---|
TableUsage |
ProductCmptType.getDeclaredTableUsage(String name) |
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. |
Copyright © 2016. All rights reserved.