Uses of Interface
org.faktorips.runtime.IConfigurableModelObject
Packages that use IConfigurableModelObject
Package
Description
Classes that allow access to design time model information on policy and product component types.
-
Uses of IConfigurableModelObject in org.faktorips.runtime
Subinterfaces of IConfigurableModelObject in org.faktorips.runtimeModifier and TypeInterfaceDescriptioninterfaceBase interface for all model objects that are configurable by a product component with the ability to change over time via product component generations.Methods in org.faktorips.runtime that return IConfigurableModelObjectModifier and TypeMethodDescriptionIProductObject.createPolicyComponent()Creates a new policy component that is configured by this product component generation. -
Uses of IConfigurableModelObject in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return IConfigurableModelObject -
Uses of IConfigurableModelObject in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type with parameters of type IConfigurableModelObjectModifier and TypeMethodDescriptionPolicyAttribute.getDefaultValue(IConfigurableModelObject modelObject) Returns the (product configured) default value of the attribute identified by this configurable model type attribute.voidConstantPolicyAttribute.setDefaultValue(IConfigurableModelObject modelObject, Object defaultValue) voidDefaultPolicyAttribute.setDefaultValue(IConfigurableModelObject modelObject, Object defaultValue) abstract voidPolicyAttribute.setDefaultValue(IConfigurableModelObject modelObject, Object defaultValue) Sets the product configured default value of the attribute identified by this model type attribute.voidConstantPolicyAttribute.setValueSet(IConfigurableModelObject modelObject, org.faktorips.valueset.ValueSet<?> valueSet) voidDefaultPolicyAttribute.setValueSet(IConfigurableModelObject modelObject, org.faktorips.valueset.ValueSet<?> valueSet) abstract voidPolicyAttribute.setValueSet(IConfigurableModelObject modelObject, org.faktorips.valueset.ValueSet<?> valueSet) Sets the product configured set of allowed values of the attribute identified by this model type attribute.