Interface IJobDescriptor.IJobParameterType

All Known Subinterfaces:
IJobDescriptor.IJobParameterListType, IJobDescriptor.IJobParameterMultiChoiceType, IJobDescriptor.IJobParameterPrimitiveType, IJobDescriptor.IJobParameterStructureType
All Known Implementing Classes:
JobParameterPrimitiveType
Enclosing interface:
IJobDescriptor

public static interface IJobDescriptor.IJobParameterType
Author:
Stepan Roh, Polarion Software
  • Method Details

    • getLabel

      String getLabel()
      Human-readable label.
      Returns:
      label (not null)
    • getDescription

      String getDescription()
      Human-readable description (if any).
      Returns:
      description or null
    • getTypeClass

      Class getTypeClass()
      Parameter class.

      Protected from dynamic change.

      Returns:
      class (not null)