Uses of Class
org.faktorips.runtime.model.type.PolicyCmptType
-
Packages that use PolicyCmptType 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 PolicyCmptType in org.faktorips.runtime
Methods in org.faktorips.runtime that return PolicyCmptType Modifier and Type Method Description PolicyCmptTypeIRuntimeRepository. getModelType(IModelObject modelObject)Deprecated. -
Uses of PolicyCmptType in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return PolicyCmptType Modifier and Type Method Description PolicyCmptTypeAbstractRuntimeRepository. getModelType(IModelObject modelObject) -
Uses of PolicyCmptType in org.faktorips.runtime.model
Methods in org.faktorips.runtime.model that return PolicyCmptType Modifier and Type Method Description static PolicyCmptTypeIpsModel. getPolicyCmptType(java.lang.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 PolicyCmptType Modifier and Type Method Description PolicyCmptTypeProductAssociation. getMatchingAssociationSourceType()Returns thePolicyCmptTypeidentified byAssociation.getMatchingAssociationSource()PolicyCmptTypePolicyAssociation. getModelType()Deprecated.PolicyCmptTypePolicyAttribute. getModelType()Deprecated.PolicyCmptTypeProductCmptType. getPolicyCmptType()Returns the policy component type which is configured by this product component type.PolicyCmptTypePolicyCmptType. getSuperType()PolicyCmptTypePolicyAssociation. getTarget()PolicyCmptTypePolicyAssociation. getType()Returns thePolicyCmptTypethis association belongs to.PolicyCmptTypePolicyAttribute. getType()Returns thePolicyCmptTypethis attribute belongs to.Methods in org.faktorips.runtime.model.type that return types with arguments of type PolicyCmptType Modifier and Type Method Description java.util.Optional<PolicyCmptType>PolicyCmptType. findSuperType()Constructors in org.faktorips.runtime.model.type with parameters of type PolicyCmptType Constructor Description DefaultPolicyAttribute(PolicyCmptType policyCmptType, java.lang.reflect.Method getter, java.lang.reflect.Method setter, boolean changingOverTime)
-