Rational Developer for Power Systems Software
V7.6

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.


Field Summary
static String Copyright
           
 
Method Summary
 String getDescription()
           
 int getFieldCount()
           
 String getID()
           
 int getLength()
           
 void setDescription(String text)
           
 void setFieldCount(int nbr)
           
 void setID(String text)
           
 void setLength(int len)
           
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordNameOnly
getFile, getFileType, setFile, setFileType, toString, writeObjectInfo
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly
getLibrary, getName, setLibrary, setName
 

Field Detail

Copyright

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

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()

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.