Uses of Class
org.faktorips.runtime.model.type.Association
Packages that use Association
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 Association in org.faktorips.runtime.model.type
Subclasses of Association in org.faktorips.runtime.model.typeMethods in org.faktorips.runtime.model.type that return AssociationModifier and TypeMethodDescriptionabstract AssociationAssociation.createOverwritingAssociationFor(Type subType) Type.getAssociation(String name) Returns the association with the givennamedeclared in this type or one of it's super types.Type.getDeclaredAssociation(int index) Returns the association at the givenindex.abstract AssociationType.getDeclaredAssociation(String name) Returns the association with the givennamedeclared in this type.Association.getMatchingAssociation()Returns the matching product respectively policy component type association ornullif no matching association is defined for this association.Association.getSuperAssociation()Returns the association that is overridden by this association if this association overrides another one.Methods in org.faktorips.runtime.model.type that return types with arguments of type AssociationModifier and TypeMethodDescriptionOptional<? extends Association>Association.findMatchingAssociation()Returns the matching product respectively policy component type association or anempty Optionalif no matching association is defined for this association.Association.findSuperAssociation()Returns the association that is overridden by this association if this association overrides another one.abstract List<? extends Association>Type.getAssociations()Returns the type's associations including those defined in it's super types.abstract List<? extends Association>Type.getDeclaredAssociations()Returns a list containing all associations declared in this type. -
Uses of Association in org.faktorips.runtime.model.type.read
Classes in org.faktorips.runtime.model.type.read with type parameters of type AssociationModifier and TypeClassDescriptionclassAbstractAssociationDescriptor<P extends Association>classAssociationCollector<T extends Association,D extends AbstractAssociationDescriptor<T>>