Uses of Class
org.faktorips.runtime.model.type.Association
-
Packages that use Association 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. -
-
Uses of Association in org.faktorips.runtime.model.type
Subclasses of Association in org.faktorips.runtime.model.type Modifier and Type Class Description classPolicyAssociationAn association between twoPolicyCmptTypes.classProductAssociationMethods in org.faktorips.runtime.model.type that return Association Modifier and Type Method Description abstract AssociationAssociation. createOverwritingAssociationFor(Type subType)AssociationType. getAssociation(java.lang.String name)Returns the association with the givennamedeclared in this type or one of it's super types.AssociationType. getDeclaredAssociation(int index)Returns the association at the givenindex.abstract AssociationType. getDeclaredAssociation(java.lang.String name)Returns the association with the givennamedeclared in this type.AssociationAssociation. getMatchingAssociation()Returns the matching product respectively policy component type association ornullif no matching association is defined for this association.AssociationAssociation. 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 Association Modifier and Type Method Description java.util.Optional<? extends Association>Association. findMatchingAssociation()Returns the matching product respectively policy component type association or anempty Optionalif no matching association is defined for this association.java.util.Optional<Association>Association. findSuperAssociation()Returns the association that is overridden by this association if this association overrides another one.abstract java.util.List<? extends Association>Type. getAssociations()Returns the type's associations including those defined in it's super types.abstract java.util.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 Association Modifier and Type Class Description classAbstractAssociationDescriptor<P extends Association>classAssociationCollector<T extends Association,D extends AbstractAssociationDescriptor<T>>
-