Interface IJobDescriptor.IJobParameterChoice

Enclosing interface:
IJobDescriptor

public static interface IJobDescriptor.IJobParameterChoice
Choice.
Author:
Stepan Roh, Polarion Software
See Also:
  • Method Details

    • getName

      String getName()
      Choice name.

      Unique within one parameter type.

      Returns:
      name (not null)
    • getLabel

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

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

      Object getValue()
      Choice value.
      Returns:
      value (can be null)