Uses of Class
org.faktorips.runtime.model.type.PolicyCmptType
Packages that use PolicyCmptType
Package
Description
Contains classes that allow access to design time model information about Faktor-IPS objects.
Classes that allow access to design time model information on policy and product component types.
-
Uses of PolicyCmptType in org.faktorips.runtime
Methods in org.faktorips.runtime that return PolicyCmptTypeModifier and TypeMethodDescriptionIRuntimeRepository.getModelType(IModelObject modelObject) Deprecated. -
Uses of PolicyCmptType in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return PolicyCmptTypeModifier and TypeMethodDescriptionAbstractRuntimeRepository.getModelType(IModelObject modelObject) -
Uses of PolicyCmptType in org.faktorips.runtime.model
Methods in org.faktorips.runtime.model that return PolicyCmptTypeModifier and TypeMethodDescriptionstatic PolicyCmptTypeIpsModel.getPolicyCmptType(Class<? extends IModelObject> policyModelClass) static PolicyCmptTypeIpsModel.getPolicyCmptType(IModelObject modelObject) -
Uses of PolicyCmptType in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return PolicyCmptTypeModifier and TypeMethodDescriptionProductAssociation.getMatchingAssociationSourceType()Returns thePolicyCmptTypeidentified byAssociation.getMatchingAssociationSource()PolicyAssociation.getModelType()Deprecated.PolicyAttribute.getModelType()Deprecated.ProductCmptType.getPolicyCmptType()Returns the policy component type which is configured by this product component type.PolicyCmptType.getSuperType()PolicyAssociation.getTarget()PolicyAssociation.getType()Returns thePolicyCmptTypethis association belongs to.PolicyAttribute.getType()Returns thePolicyCmptTypethis attribute belongs to.Methods in org.faktorips.runtime.model.type that return types with arguments of type PolicyCmptTypeConstructors in org.faktorips.runtime.model.type with parameters of type PolicyCmptTypeModifierConstructorDescriptionDefaultPolicyAttribute(PolicyCmptType policyCmptType, Method getter, Method setter, boolean changingOverTime)
IpsModel.getPolicyCmptType(IModelObject)