|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IModelTypeAssociation | |
|---|---|
| org.faktorips.runtime.modeltype | |
| org.faktorips.runtime.modeltype.internal | |
| Uses of IModelTypeAssociation in org.faktorips.runtime.modeltype |
|---|
| Methods in org.faktorips.runtime.modeltype that return IModelTypeAssociation | |
|---|---|
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. |
| Methods in org.faktorips.runtime.modeltype that return types with arguments of type IModelTypeAssociation | |
|---|---|
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. |
| Uses of IModelTypeAssociation in org.faktorips.runtime.modeltype.internal |
|---|
| Classes in org.faktorips.runtime.modeltype.internal that implement IModelTypeAssociation | |
|---|---|
class |
ModelTypeAssociation
|
| Methods in org.faktorips.runtime.modeltype.internal that return IModelTypeAssociation | |
|---|---|
IModelTypeAssociation |
ModelType.getAssociation(String name)
|
IModelTypeAssociation |
ModelType.getDeclaredAssociation(int index)
|
IModelTypeAssociation |
ModelType.getDeclaredAssociation(String name)
|
| Methods in org.faktorips.runtime.modeltype.internal that return types with arguments of type IModelTypeAssociation | |
|---|---|
List<IModelTypeAssociation> |
ModelType.getAssociations()
|
List<IModelTypeAssociation> |
ModelType.getDeclaredAssociations()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||