com.ibm.jtopenlite.command.program
Interface OpenListOfSpooledFilesFormat

All Superinterfaces:
ListEntryFormat
All Known Implementing Classes:
OpenListOfSpooledFilesFormatOSPL0100, OpenListOfSpooledFilesFormatOSPL0200, OpenListOfSpooledFilesFormatOSPL0300, SpooledFileFormatAdapter

public interface OpenListOfSpooledFilesFormat
extends ListEntryFormat


Field Summary
static int FORMAT_OSPL0100
           
static int FORMAT_OSPL0200
           
static int FORMAT_OSPL0300
           
 
Method Summary
 String getName()
           
 int getType()
           
 
Methods inherited from interface com.ibm.jtopenlite.command.program.ListEntryFormat
format
 

Field Detail

FORMAT_OSPL0100

static final int FORMAT_OSPL0100
See Also:
Constant Field Values

FORMAT_OSPL0200

static final int FORMAT_OSPL0200
See Also:
Constant Field Values

FORMAT_OSPL0300

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

getName

String getName()

getType

int getType()