Uses of Class
org.faktorips.runtime.model.type.ProductCmptType
Packages that use ProductCmptType
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 ProductCmptType in org.faktorips.runtime
Methods in org.faktorips.runtime that return ProductCmptTypeModifier and TypeMethodDescriptionIRuntimeRepository.getModelType(IProductComponent productComponent) Deprecated. -
Uses of ProductCmptType in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return ProductCmptTypeModifier and TypeMethodDescriptionAbstractRuntimeRepository.getModelType(IProductComponent productComponent) -
Uses of ProductCmptType in org.faktorips.runtime.model
Methods in org.faktorips.runtime.model that return ProductCmptTypeModifier and TypeMethodDescriptionstatic ProductCmptTypeIpsModel.getProductCmptType(Class<? extends IProductComponent> productModelClass) static ProductCmptTypeIpsModel.getProductCmptType(IProductComponent productComponent) -
Uses of ProductCmptType in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return ProductCmptTypeModifier and TypeMethodDescriptionPolicyAssociation.getMatchingAssociationSourceType()Returns theProductCmptTypeidentified byAssociation.getMatchingAssociationSource()ProductAssociation.getModelType()Deprecated.ProductAttribute.getModelType()Deprecated.PolicyCmptType.getProductCmptType()Returns theProductCmptTypethat configures this policy component type.ProductCmptType.getSuperType()ProductAssociation.getTarget()Returns the target type of this association.ProductAssociation.getType()Returns theProductCmptTypethis association belongs to.ProductAttribute.getType()Returns theProductCmptTypethis attribute belongs to.Methods in org.faktorips.runtime.model.type that return types with arguments of type ProductCmptTypeMethods in org.faktorips.runtime.model.type with parameters of type ProductCmptTypeModifier and TypeMethodDescriptionbooleanProductCmptType.isSameOrSub(ProductCmptType reference) Returns whether thisProductCmptTypeis the same or sub-type compared to a referenceProductCmptType. -
Uses of ProductCmptType in org.faktorips.runtime.productswitch
Methods in org.faktorips.runtime.productswitch with parameters of type ProductCmptTypeModifier and TypeMethodDescriptionProductSwitch.ProductSwitchCondition.matchingBy(ProductCmptType productCmptType, String attributeName) This method will return aProductSwitch.MatchingProductFinderSwitchthat uses aProductComponentand an attribute name of the givenProductCmptTypeif more than one suitable replacement is found in the product configuration.
IpsModel.getProductCmptType(IProductComponent)