|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly
com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordNameOnly
com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordDevice
public class ISeriesHostRecordDevice
This class represents a single record format for a device file on the AS/400.
This is info as returned by QUSLRCD, format 0300.
For database files, different record format info is available via ISeriesHostRecordBasic
| Field Summary | |
|---|---|
protected int |
bufferSize
|
static String |
Copyright
|
protected boolean |
hasINDARA
|
protected boolean |
hasSLNO
|
protected String |
lowestResponseInd
|
protected String |
type
|
| Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordNameOnly |
|---|
file, fileType |
| Fields inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly |
|---|
library, name |
| Constructor Summary | |
|---|---|
ISeriesHostRecordDevice()
|
|
| Method Summary | |
|---|---|
int |
getBufferSize()
Get the record format buffer size. |
boolean |
getHasSeparateIndicatorArea()
Get to true/false if this record format has a separate indicator area (INDARA). |
boolean |
getHasStartingLineNumber()
Get to true/false if this record format has a starting line number (SLNO). |
String |
getLowestResponseIndicator()
Get the record format lowest response indicator. |
String |
getType()
Get the record format type. |
void |
setBufferSize(int len)
Set the record format buffer size. |
void |
setHasSeparateIndicatorArea(boolean has)
Set to true/false if this record format has a separate indicator area (INDARA). |
void |
setHasStartingLineNumber(boolean has)
Set to true/false if this record format has a starting line number (SLNO). |
void |
setLowestResponseIndicator(String lowest)
Set the record format lowest response indicator. |
void |
setType(String type)
Set the record format type. |
void |
writeObjectInfo(PrintWriter writer)
For debugging purposes |
| Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostRecordNameOnly |
|---|
getFile, getFileType, setFile, setFileType, toString |
| Methods inherited from class com.ibm.etools.iseries.comm.interfaces.ISeriesHostObjectNameOnly |
|---|
getLibrary, getName, setLibrary, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostRecordNameOnly |
|---|
getFile, getFileType, setFile, setFileType, toString |
| Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostObjectNameOnly |
|---|
getLibrary, getName, setLibrary, setName |
| Field Detail |
|---|
public static final String Copyright
protected String lowestResponseInd
protected String type
protected int bufferSize
protected boolean hasSLNO
protected boolean hasINDARA
| Constructor Detail |
|---|
public ISeriesHostRecordDevice()
| Method Detail |
|---|
public void setLowestResponseIndicator(String lowest)
setLowestResponseIndicator in interface IISeriesHostRecordDevicepublic void setBufferSize(int len)
setBufferSize in interface IISeriesHostRecordDevicepublic void setType(String type)
setType in interface IISeriesHostRecordDevicepublic void setHasStartingLineNumber(boolean has)
setHasStartingLineNumber in interface IISeriesHostRecordDevicepublic void setHasSeparateIndicatorArea(boolean has)
setHasSeparateIndicatorArea in interface IISeriesHostRecordDevicepublic String getLowestResponseIndicator()
getLowestResponseIndicator in interface IISeriesHostRecordDevicepublic int getBufferSize()
getBufferSize in interface IISeriesHostRecordDevicepublic String getType()
getType in interface IISeriesHostRecordDevicepublic boolean getHasStartingLineNumber()
getHasStartingLineNumber in interface IISeriesHostRecordDevicepublic boolean getHasSeparateIndicatorArea()
getHasSeparateIndicatorArea in interface IISeriesHostRecordDevicepublic void writeObjectInfo(PrintWriter writer)
writeObjectInfo in interface IISeriesHostObjectNameOnlywriteObjectInfo in interface IISeriesHostRecordNameOnlywriteObjectInfo in class ISeriesHostRecordNameOnly
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||