Package org.faktorips.runtime.util
Class ProductComponentLinks
- java.lang.Object
-
- org.faktorips.runtime.util.ProductComponentLinks
-
public class ProductComponentLinks extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends IProductComponent>
TgetTarget(int index, java.util.Map<java.lang.String,IProductComponentLink<T>> componentLink)Returns value of type IProductComponent at the indicated index.
-
-
-
Method Detail
-
getTarget
public static <T extends IProductComponent> T getTarget(int index, java.util.Map<java.lang.String,IProductComponentLink<T>> componentLink)
Returns value of type IProductComponent at the indicated index.- Throws:
java.lang.IndexOutOfBoundsException- if the given index is out of range
-
-