Package com.polarion.platform.jobs
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 Summary
Modifier and TypeMethodDescriptioncreateList(List items) Create list value based on list of items.List item type.Methods inherited from interface com.polarion.platform.jobs.IJobDescriptor.IJobParameterType
getDescription, getLabel, getTypeClass
-
Method Details
-
getItemType
IJobDescriptor.IJobParameterType getItemType()List item type.Protected from dynamic change.
- Returns:
- type (not
null)
-
createList
Create list value based on list of items.- Parameters:
items-Listof items- Returns:
- object representing list of given items (can be
null) - Throws:
IllegalArgumentException- if items isnull
-