Interface IJobDescriptor.IJobParameterListType

All Superinterfaces:
IJobDescriptor.IJobParameterType
All Known Subinterfaces:
IJobDescriptor.IJobParameterMultiChoiceType
Enclosing interface:
IJobDescriptor

public static interface IJobDescriptor.IJobParameterListType extends IJobDescriptor.IJobParameterType
List type (ordered list of items of same type).

Note that value of list type does not necessarily implement List or Collection.

Author:
Stepan Roh, Polarion Software
  • Method Details

    • getItemType

      List item type.

      Protected from dynamic change.

      Returns:
      type (not null)
    • createList

      Object createList(List items)
      Create list value based on list of items.
      Parameters:
      items - List of items
      Returns:
      object representing list of given items (can be null)
      Throws:
      IllegalArgumentException - if items is null