Class StepListItem

java.lang.Object
com.uc4.api.objects.StepListItem

public final class StepListItem extends Object
Item in a Step List for OS/390 Jobs.
  • Constructor Details

    • StepListItem

      public StepListItem(String name, String range, boolean ok)
      Creates a new item for the OS/390 Step List.
      Parameters:
      name - Name of the step
      range - Return code assigned to the step
      ok - Indicator for checking steps
    • StepListItem

      protected StepListItem(Element element)
  • Method Details

    • isOk

      public boolean isOk()
      Returns:
      Indicator for checking steps
    • getRange

      public String getRange()
      Returns:
      Return code assigned to the step
    • getStepName

      public String getStepName()
      Returns:
      Name of the step
    • store

      protected void store(com.uc4.util.XMLDocument doc, Element retcode)