Uses of Class
org.faktorips.runtime.model.type.ProductAssociation
-
Packages that use ProductAssociation 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 ProductAssociation in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return ProductAssociation Modifier and Type Method Description ProductAssociationProductAssociation. createOverwritingAssociationFor(Type subType)ProductAssociationProductCmptType. getAssociation(java.lang.String name)ProductAssociationProductCmptType. getDeclaredAssociation(int index)ProductAssociationProductCmptType. getDeclaredAssociation(java.lang.String name)ProductAssociationPolicyAssociation. getMatchingAssociation()Returns the matching product component type association ornullif no matching association is defined for this association.ProductAssociationProductAssociation. getSuperAssociation()Methods in org.faktorips.runtime.model.type that return types with arguments of type ProductAssociation Modifier and Type Method Description java.util.Optional<ProductAssociation>PolicyAssociation. findMatchingAssociation()Returns the matching product component type association or anempty Optionalif no matching association is defined for this association.java.util.List<ProductAssociation>ProductCmptType. getAssociations()java.util.List<ProductAssociation>ProductCmptType. getDeclaredAssociations() -
Uses of ProductAssociation in org.faktorips.runtime.model.type.read
Methods in org.faktorips.runtime.model.type.read that return ProductAssociation Modifier and Type Method Description protected ProductAssociationProductAssociationCollector.ProductAssociationDescriptor. createValid(Type type)
-