com.ibm.jtopenlite.command.program
Interface OpenListOfJobsFormat

All Superinterfaces:
ListEntryFormat
All Known Implementing Classes:
JobFormatAdapter, OpenListOfJobsFormatOLJB0100, OpenListOfJobsFormatOLJB0200, OpenListOfJobsFormatOLJB0300

public interface OpenListOfJobsFormat
extends ListEntryFormat


Field Summary
static int FORMAT_OLJB0100
           
static int FORMAT_OLJB0200
           
static int FORMAT_OLJB0300
           
 
Method Summary
 int getMinimumRecordLength()
           
 String getName()
           
 int getType()
           
 void setKeyFields(OpenListOfJobsKeyField[] keyFields)
           
 
Methods inherited from interface com.ibm.jtopenlite.command.program.ListEntryFormat
format
 

Field Detail

FORMAT_OLJB0100

static final int FORMAT_OLJB0100
See Also:
Constant Field Values

FORMAT_OLJB0200

static final int FORMAT_OLJB0200
See Also:
Constant Field Values

FORMAT_OLJB0300

static final int FORMAT_OLJB0300
See Also:
Constant Field Values
Method Detail

getName

String getName()

getType

int getType()

getMinimumRecordLength

int getMinimumRecordLength()

setKeyFields

void setKeyFields(OpenListOfJobsKeyField[] keyFields)