Uses of Class
org.faktorips.runtime.CardinalityRange
Packages that use CardinalityRange
Package
Description
Classes that allow access to design time model information on policy and product component types.
-
Uses of CardinalityRange in org.faktorips.runtime
Fields in org.faktorips.runtime declared as CardinalityRangeModifier and TypeFieldDescriptionstatic final CardinalityRangeCardinalityRange.EXCLUDEDA cardinality that describes the empty range.static final CardinalityRangeCardinalityRange.FULL_RANGEA cardinality that describes the full range from 0 to * with default 0.static final CardinalityRangeCardinalityRange.MANDATORYA cardinality that describes the obligatory range 1 to 1 with default 1.static final CardinalityRangeCardinalityRange.OPTIONALA cardinality that describes the optional range from 0 to 1 with default 0.Methods in org.faktorips.runtime that return CardinalityRange -
Uses of CardinalityRange in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return CardinalityRangeConstructors in org.faktorips.runtime.internal with parameters of type CardinalityRangeModifierConstructorDescriptionProductComponentLink(IProductComponentGeneration source, T target, CardinalityRange cardinality) Creates a new link with the given cardinality to the given target for the given product component generation.ProductComponentLink(IProductComponentLinkSource source, T target, CardinalityRange cardinality) Creates a new link with the given cardinality to the given target for the given product component/generation.ProductComponentLink(IProductComponentLinkSource source, T target, CardinalityRange cardinality, String associationName) Creates a new link with the cardinality and association name to the given target for the given product component/generation. -
Uses of CardinalityRange in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type with parameters of type CardinalityRangeModifier and TypeMethodDescription<S extends IProductComponent>
SProductAssociation.addTargetObject(S source, Calendar effectiveDate, IProductComponent target, CardinalityRange cardinality) Adds the target object with the given cardinality to this association in the source object.