com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostRecordBasic
- All Superinterfaces:
- IISeriesHostObjectNameOnly, IISeriesHostRecordNameOnly
- All Known Subinterfaces:
- IQSYSDatabaseFileRecordFormat, IQSYSDeviceFileRecordFormat, IQSYSFileRecordFormat
- All Known Implementing Classes:
- ISeriesHostRecordBasic, QSYSHostDatabaseFileRecordFormat, QSYSHostFileRecordFormat, QSYSRemoteDatabaseFileRecordFormat, QSYSRemoteFileRecordFormat
public interface IISeriesHostRecordBasic
- extends IISeriesHostRecordNameOnly
This interface represents a single file record format on the AS/400.
It holds all information as returned by the QUSLRCD API, format RCDL0200.
For device files there is more info available via IISeriesHostRecordDevice
.
Copyright
static final String Copyright
- See Also:
- Constant Field Values
setID
void setID(String text)
setLength
void setLength(int len)
setFieldCount
void setFieldCount(int nbr)
setDescription
void setDescription(String text)
getID
String getID()
getLength
int getLength()
getFieldCount
int getFieldCount()
getDescription
String getDescription()
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.