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)PolicyAssociationPolicyAssociation. getSuperAssociation()Methods in org.faktorips.runtime.model.type that return types with arguments of type PolicyAssociation Modifier and Type Method Description 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)
-