com.ibm.jtopenlite.command.program
Class JobFormatAdapter

java.lang.Object
  extended by com.ibm.jtopenlite.command.program.ListEntryFormatAdapter
      extended by com.ibm.jtopenlite.command.program.JobFormatAdapter
All Implemented Interfaces:
ListEntryFormat, OpenListOfJobsFormat
Direct Known Subclasses:
OpenListOfJobsFormatOLJB0100, OpenListOfJobsFormatOLJB0200, OpenListOfJobsFormatOLJB0300

public abstract class JobFormatAdapter
extends ListEntryFormatAdapter
implements OpenListOfJobsFormat


Field Summary
 
Fields inherited from interface com.ibm.jtopenlite.command.program.OpenListOfJobsFormat
FORMAT_OLJB0100, FORMAT_OLJB0200, FORMAT_OLJB0300
 
Constructor Summary
JobFormatAdapter()
           
 
Method Summary
 int getMinimumRecordLength()
           
 String getName()
           
 int getType()
           
 
Methods inherited from class com.ibm.jtopenlite.command.program.ListEntryFormatAdapter
format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.jtopenlite.command.program.OpenListOfJobsFormat
setKeyFields
 
Methods inherited from interface com.ibm.jtopenlite.command.program.ListEntryFormat
format
 

Constructor Detail

JobFormatAdapter

public JobFormatAdapter()
Method Detail

getMinimumRecordLength

public final int getMinimumRecordLength()
Specified by:
getMinimumRecordLength in interface OpenListOfJobsFormat

getName

public final String getName()
Specified by:
getName in interface OpenListOfJobsFormat

getType

public final int getType()
Specified by:
getType in interface OpenListOfJobsFormat