Class StepListItem


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

      Constructors 
      Modifier Constructor Description
        StepListItem​(java.lang.String name, java.lang.String range, boolean ok)
      Creates a new item for the OS/390 Step List.
      protected StepListItem​(org.w3c.dom.Element element)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRange()  
      java.lang.String getStepName()  
      boolean isOk()  
      protected void store​(com.uc4.util.XMLDocument doc, org.w3c.dom.Element retcode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StepListItem

        public StepListItem​(java.lang.String name,
                            java.lang.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​(org.w3c.dom.Element element)
    • Method Detail

      • isOk

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

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

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

        protected void store​(com.uc4.util.XMLDocument doc,
                             org.w3c.dom.Element retcode)