Uses of Class
org.faktorips.runtime.CardinalityRange
-
Packages that use CardinalityRange Package Description org.faktorips.runtime org.faktorips.runtime.internal org.faktorips.runtime.model.type 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 CardinalityRange Modifier and Type Field Description static CardinalityRangeCardinalityRange. FULL_RANGEA cardinality that describes the full range from 0 to * with default 0.static CardinalityRangeCardinalityRange. MANDATORYA cardinality that describes the obligatory range 1 to 1 with default 1.static CardinalityRangeCardinalityRange. OPTIONALA cardinality that describes the optional range from 0 to 1 with default 0.Methods in org.faktorips.runtime that return CardinalityRange Modifier and Type Method Description CardinalityRangeIProductComponentLink. getCardinality() -
Uses of CardinalityRange in org.faktorips.runtime.internal
Methods in org.faktorips.runtime.internal that return CardinalityRange Modifier and Type Method Description CardinalityRangeProductComponentLink. getCardinality()Constructors in org.faktorips.runtime.internal with parameters of type CardinalityRange Constructor Description ProductComponentLink(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, java.lang.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 CardinalityRange Modifier and Type Method Description <S extends IProductComponent>
SProductAssociation. addTargetObject(S source, java.util.Calendar effectiveDate, IProductComponent target, CardinalityRange cardinality)Adds the target object with the given cardinality to this association in the source object.
-