Rational Developer for Power Systems Software
V7.6

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.


Field Summary
static String Copyright
           
 
Method Summary
 int getBufferSize()
           
 boolean getHasSeparateIndicatorArea()
           
 boolean getHasStartingLineNumber()
           
 String getLowestResponseIndicator()
           
 String getType()
           
 void setBufferSize(int size)
           
 void setHasSeparateIndicatorArea(boolean has)
           
 void setHasStartingLineNumber(boolean has)
           
 void setLowestResponseIndicator(String lowest)
           
 void setType(String type)
           
 
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

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

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.