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