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.
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
getRecordType
String getRecordType()
- Get the record type.
- Returns:
- the record type.
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.