Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.util.evfparser
Interface IQSYSEventsFileRecordType

All Known Implementing Classes:
QSYSEventsFileErrorInformationRecord, QSYSEventsFileExpansionRecord, QSYSEventsFileFeedbackCodeRecord, QSYSEventsFileFileEndRecord, QSYSEventsFileFileIDRecord, QSYSEventsFileMapDefineRecord, QSYSEventsFileMapEndRecord, QSYSEventsFileMapStartRecord, QSYSEventsFileProcessorRecord, QSYSEventsFileProgramRecord, QSYSEventsFileTimestampRecord

public interface IQSYSEventsFileRecordType

This interface should be implemented by all classes that represent records in an events file.


Field Summary
static String Copyright
           
static String ERROR_INFORMATION
           
static String EXPANSION
           
static String FEEDBACK_CODE
           
static String FILE_CONT
           
static String FILE_END
           
static String FILE_ID
           
static String MAP_DEFINE
           
static String MAP_END
           
static String MAP_START
           
static String PROCESSOR
           
static String PROGRAM
           
static String TIMESTAMP
           
 
Method Summary
 String getRecordType()
          Get the record type.
 

Field Detail

Copyright

static final String Copyright
See Also:
Constant Field Values

TIMESTAMP

static final String TIMESTAMP
See Also:
Constant Field Values

PROCESSOR

static final String PROCESSOR
See Also:
Constant Field Values

FILE_ID

static final String FILE_ID
See Also:
Constant Field Values

FILE_CONT

static final String FILE_CONT
See Also:
Constant Field Values

FILE_END

static final String FILE_END
See Also:
Constant Field Values

ERROR_INFORMATION

static final String ERROR_INFORMATION
See Also:
Constant Field Values

PROGRAM

static final String PROGRAM
See Also:
Constant Field Values

MAP_DEFINE

static final String MAP_DEFINE
See Also:
Constant Field Values

MAP_START

static final String MAP_START
See Also:
Constant Field Values

MAP_END

static final String MAP_END
See Also:
Constant Field Values

FEEDBACK_CODE

static final String FEEDBACK_CODE
See Also:
Constant Field Values

EXPANSION

static final String EXPANSION
See Also:
Constant Field Values
Method Detail

getRecordType

String getRecordType()
Get the record type.

Returns:
the record type.

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.