Class 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>
      T
      getTarget​(int index, java.util.Map<java.lang.String,​IProductComponentLink<T>> componentLink)
      Returns value of type IProductComponent at the indicated index.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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