| Package | Description |
|---|---|
| org.faktorips.runtime.modeltype | |
| org.faktorips.runtime.modeltype.internal |
| Modifier and Type | Method and Description |
|---|---|
IModelTypeAssociation |
IModelType.getAssociation(String name)
Returns the association with the given
name declared in this type or one of it's
super types. |
IModelTypeAssociation |
IModelType.getDeclaredAssociation(int index)
Returns the association at the given
index. |
IModelTypeAssociation |
IModelType.getDeclaredAssociation(String name)
Returns the association with the given
name declared in this type. |
| Modifier and Type | Method and Description |
|---|---|
List<IModelTypeAssociation> |
IModelType.getAssociations()
Returns the type's associations including those defined in it's super types.
|
List<IModelTypeAssociation> |
IModelType.getDeclaredAssociations()
Returns a list containing all associations declared in this model type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelTypeAssociation |
| Modifier and Type | Method and Description |
|---|---|
IModelTypeAssociation |
ModelType.getAssociation(String name) |
IModelTypeAssociation |
ModelType.getDeclaredAssociation(int index) |
IModelTypeAssociation |
ModelType.getDeclaredAssociation(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<IModelTypeAssociation> |
ModelType.getAssociations() |
List<IModelTypeAssociation> |
ModelType.getDeclaredAssociations() |
Copyright © 2016. All rights reserved.