com.ibm.etools.iseries.comm.interfaces
Interface IISeriesHostRecordDevice
- All Superinterfaces:
- IISeriesHostObjectNameOnly, IISeriesHostRecordNameOnly
- All Known Subinterfaces:
- IQSYSDeviceFileRecordFormat
- All Known Implementing Classes:
- ISeriesHostRecordDevice
public interface IISeriesHostRecordDevice
- extends IISeriesHostRecordNameOnly
This interface represents a single device file record format on the AS/400.
This is a different set of information than is available for all file record formats
as captured in the parent interface [@link IISeriesHostRecordBasic}.
It holds all information as returned by the QUSLRCD API, format RCL0300.
Copyright
static final String Copyright
- See Also:
- Constant Field Values
setLowestResponseIndicator
void setLowestResponseIndicator(String lowest)
setBufferSize
void setBufferSize(int size)
setType
void setType(String type)
setHasStartingLineNumber
void setHasStartingLineNumber(boolean has)
setHasSeparateIndicatorArea
void setHasSeparateIndicatorArea(boolean has)
getLowestResponseIndicator
String getLowestResponseIndicator()
getBufferSize
int getBufferSize()
getType
String getType()
getHasStartingLineNumber
boolean getHasStartingLineNumber()
getHasSeparateIndicatorArea
boolean getHasSeparateIndicatorArea()
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.