Uses of Interface
org.faktorips.runtime.IConfigurableModelObject
-
Packages that use IConfigurableModelObject Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.model.annotation Annotations in Faktor-IPS generated classes that contain information about the design time model.org.faktorips.runtime.model.type 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.runtime Modifier and Type Interface Description interfaceITimedConfigurableModelObjectBase 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 IConfigurableModelObject Modifier and Type Method Description IConfigurableModelObjectIProductObject. 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 Modifier and Type Method Description IConfigurableModelObjectProductComponentGeneration. createPolicyComponent() -
Uses of IConfigurableModelObject in org.faktorips.runtime.model.annotation
Methods in org.faktorips.runtime.model.annotation that return types with arguments of type IConfigurableModelObject Modifier and Type Method Description java.lang.Class<? extends IConfigurableModelObject>value()The policy component type class that is configured by this product component type. -
Uses of IConfigurableModelObject in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type with parameters of type IConfigurableModelObject Modifier and Type Method Description java.lang.ObjectPolicyAttribute. getDefaultValue(IConfigurableModelObject modelObject)Returns the (product configured) default value of the attribute identified by this configurable model type attribute.voidConstantPolicyAttribute. setDefaultValue(IConfigurableModelObject modelObject, java.lang.Object defaultValue)voidDefaultPolicyAttribute. setDefaultValue(IConfigurableModelObject modelObject, java.lang.Object defaultValue)abstract voidPolicyAttribute. setDefaultValue(IConfigurableModelObject modelObject, java.lang.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.
-