Uses of Class
org.faktorips.runtime.model.type.ProductCmptType
-
Packages that use ProductCmptType Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.model Contains classes that allow access to design time model information about Faktor-IPS objects.org.faktorips.runtime.model.type 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 ProductCmptType Modifier and Type Method Description ProductCmptTypeIRuntimeRepository. getModelType(IProductComponent productComponent)Deprecated. -
Uses of ProductCmptType in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return ProductCmptType Modifier and Type Method Description ProductCmptTypeAbstractRuntimeRepository. getModelType(IProductComponent productComponent) -
Uses of ProductCmptType in org.faktorips.runtime.model
Methods in org.faktorips.runtime.model that return ProductCmptType Modifier and Type Method Description static ProductCmptTypeIpsModel. getProductCmptType(java.lang.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 ProductCmptType Modifier and Type Method Description ProductCmptTypePolicyAssociation. getMatchingAssociationSourceType()Returns theProductCmptTypeidentified byAssociation.getMatchingAssociationSource()ProductCmptTypeProductAssociation. getModelType()Deprecated.ProductCmptTypeProductAttribute. getModelType()Deprecated.ProductCmptTypePolicyCmptType. getProductCmptType()Returns theProductCmptTypethat configures this policy component type.ProductCmptTypeProductCmptType. getSuperType()ProductCmptTypeProductAssociation. getTarget()Returns the target type of this association.ProductCmptTypeProductAssociation. getType()Returns theProductCmptTypethis association belongs to.ProductCmptTypeProductAttribute. getType()Returns theProductCmptTypethis attribute belongs to.Methods in org.faktorips.runtime.model.type that return types with arguments of type ProductCmptType Modifier and Type Method Description java.util.Optional<ProductCmptType>ProductCmptType. findSuperType()
-