Uses of Class
org.faktorips.runtime.CardinalityRange

Packages that use CardinalityRange
org.faktorips.runtime   
org.faktorips.runtime.internal   
 

Uses of CardinalityRange in org.faktorips.runtime
 

Fields in org.faktorips.runtime declared as CardinalityRange
static CardinalityRange CardinalityRange.FULL_RANGE
          A cardinality that describes the full range from 0 to * with default 0.
static CardinalityRange CardinalityRange.MANDATORY
          A cardinality that describes the obligatory range 1 to 1 with default 1.
static CardinalityRange CardinalityRange.OPTIONAL
          A cardinality that describes the optional range from 0 to 1 with default 0.
 

Methods in org.faktorips.runtime that return CardinalityRange
 CardinalityRange IProductComponentLink.getCardinality()
           
 

Uses of CardinalityRange in org.faktorips.runtime.internal
 

Methods in org.faktorips.runtime.internal that return CardinalityRange
 CardinalityRange ProductComponentLink.getCardinality()
           
 

Constructors in org.faktorips.runtime.internal with parameters of type CardinalityRange
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.
 



Copyright © 2015. All rights reserved.