Class GetJobSchedule


  • public class GetJobSchedule
    extends java.lang.Object
    This class gets the schedule records associated with a job.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.lang.String commaEscape​(java.lang.String input)  
      protected static java.lang.String enumerate​(EnumeratedValues ev)  
      static void main​(java.lang.String[] args)  
      protected static java.lang.String presentInterval​(java.lang.Long interval)  
      • Methods inherited from class java.lang.Object

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

      • main

        public static void main​(java.lang.String[] args)
      • enumerate

        protected static java.lang.String enumerate​(EnumeratedValues ev)
      • presentInterval

        protected static java.lang.String presentInterval​(java.lang.Long interval)
      • commaEscape

        protected static java.lang.String commaEscape​(java.lang.String input)